forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "symfony/dependency-injection",
|
|
"type": "library",
|
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
|
"keywords": [],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"psr/container": "^1.1|^2.0",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/service-contracts": "^1.1.6|^2.0|^3.0",
|
|
"symfony/var-exporter": "^6.2.7"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": "^5.4|^6.0",
|
|
"symfony/config": "^6.1",
|
|
"symfony/expression-language": "^5.4|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "",
|
|
"symfony/config": "",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/expression-language": "For using expressions in service container configuration"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2",
|
|
"symfony/config": "<6.1",
|
|
"symfony/finder": "<5.4",
|
|
"symfony/proxy-manager-bridge": "<6.2",
|
|
"symfony/yaml": "<5.4"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.1|2.0",
|
|
"symfony/service-implementation": "1.1|2.0|3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\DependencyInjection\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|