rector/vendor/psr/log/composer.json
Tomas Votruba 6ee24b2d05 Updated Rector to commit b2947fd96f04e19f558bf0875a808e074bc56e03
b2947fd96f [Alternative][Validation] Add AllowEmptyConfigurableRectorInterface interface for alternative to not show warning on allowed rector rule to have default fallback config (#1422)
2021-12-08 05:39:17 +00:00

30 lines
616 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": ">=8.0.0"
},
"autoload": {
"psr-4": {
"RectorPrefix20211208\\Psr\\Log\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}