rector/vendor/psr/container/composer.json
Tomas Votruba bfa1433bd5 Updated Rector to commit 2c71aa697612bf1e90a7be545f31c338278b0579
2c71aa6976 [VersionBonding] Update rector warning message for min PHP version project (#572)
2021-08-02 09:39:41 +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": {
"RectorPrefix20210802\\Psr\\Container\\": "src\/"
}
}
}