42 lines
1.1 KiB
JSON
Raw Normal View History

2025-10-16 21:07:43 +08:00
{
"name": "symfony/service-contracts",
"type": "library",
"description": "Generic abstractions related to writing services",
"keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2025-11-14 15:54:35 +08:00
"php": ">=8.0.2",
"psr/container": "^2.0"
2025-10-16 21:07:43 +08:00
},
2025-10-20 09:23:30 +08:00
"conflict": {
"ext-psr": "<1.1|>=2"
2025-10-16 21:07:43 +08:00
},
2025-11-14 15:54:35 +08:00
"suggest": {
"symfony/service-implementation": ""
},
2025-10-16 21:07:43 +08:00
"autoload": {
2025-11-14 15:54:35 +08:00
"psr-4": { "Symfony\\Contracts\\Service\\": "" }
2025-10-16 21:07:43 +08:00
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2025-11-14 15:54:35 +08:00
"dev-main": "3.0-dev"
2025-10-20 09:23:30 +08:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2025-10-16 21:07:43 +08:00
}
}
}