rector/vendor/psr/container/composer.json
Tomas Votruba 9728a66366 Updated Rector to commit cbefb243e25ad213b187a55e5e50ec34b627b547
cbefb243e2 [TypeDeclaration] Avoid adding param type in case of different default type (#1956)
2022-03-23 09:36: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": {
"RectorPrefix20220323\\Psr\\Container\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}