rector/vendor/psr/container/composer.json
Tomas Votruba ce9b1cc6e6 Updated Rector to commit 30a53bfd939afef66afb1e0d71d5b2583eda0693
30a53bfd93 [DowngradePhp80] Add in arrow function in return support on DowngradeMatchToSwitchRector (#2331)
2022-05-19 06:59:21 +00:00

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"
}
}
}