You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
559 B
23 lines
559 B
2 years ago
|
{
|
||
|
"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": {
|
||
|
"Psr\\Container\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|