rector/vendor/psr/container/composer.json
Tomas Votruba 55b0e2405f Updated Rector to commit d34b8469aa1eafe0f41138a0aa03f61e2a996b03
d34b8469aa Add test fixture and fix for AnnotationToAttributeRector (#145)
2021-06-04 11:46:51 +00:00

28 lines
635 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.2.0"
},
"autoload": {
"psr-4": {
"RectorPrefix20210604\\Psr\\Container\\": "src\/"
}
}
}