mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
ce9b1cc6e6
30a53bfd93
[DowngradePhp80] Add in arrow function in return support on DowngradeMatchToSwitchRector (#2331)
33 lines
731 B
JSON
33 lines
731 B
JSON
{
|
|
"name": "psr\/container",
|
|
"type": "library",
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"keywords": [
|
|
"psr",
|
|
"psr-11",
|
|
"container",
|
|
"container-interop",
|
|
"container-interface"
|
|
],
|
|
"homepage": "https:\/\/github.com\/php-fig\/container",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https:\/\/www.php-fig.org\/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20220519\\Psr\\Container\\": "src\/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
}
|
|
} |