oont-contents/plugins/flexible-shipping/vendor_prefixed/psr/log/composer.json
2025-04-06 08:34:48 +02:00

30 lines
No EOL
611 B
JSON

{
"name": "psr\/log",
"description": "Common interface for logging libraries",
"keywords": [
"psr",
"psr-3",
"log"
],
"homepage": "https:\/\/github.com\/php-fig\/log",
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"FSVendor\\Psr\\Log\\": "Psr\/Log\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}