2021-05-10 00:23:30 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2021-11-05 17:11:17 +00:00
|
|
|
"php": ">=7.4.0"
|
2021-05-10 00:23:30 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-04-14 08:12:26 +00:00
|
|
|
"RectorPrefix20220414\\Psr\\Container\\": "src\/"
|
2022-02-14 01:03:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
2021-05-10 00:23:30 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|