rector/vendor/psr/container/composer.json
Tomas Votruba 5f44698947 Updated Rector to commit 85ff4163b006fd19406655fd86a50733cf32f7af
85ff4163b0 [TypeDeclaration] Handle default value on not inlined assignment in __construct on TypedPropertyFromStrictConstructorRector (#2008)
2022-04-05 08:03:44 +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": {
"RectorPrefix20220405\\Psr\\Container\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}