Provide implemented packages of replaced dependencies

This commit is contained in:
Simon Berger 2021-02-04 00:23:52 +01:00 committed by Nicolas Grekas
parent 71ca1f3c71
commit 57d9a818bb
2 changed files with 17 additions and 1 deletions

View File

@ -15,6 +15,22 @@
"homepage": "https://symfony.com/contributors"
}
],
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/cache-implementation": "1.0|2.0",
"psr/container-implementation": "1.0",
"psr/event-dispatcher-implementation": "1.0",
"psr/http-client-implementation": "1.0",
"psr/link-implementation": "1.0",
"psr/log-implementation": "1.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0|2.0",
"symfony/event-dispatcher-implementation": "1.1",
"symfony/http-client-implementation": "1.1",
"symfony/service-implementation": "1.0",
"symfony/translation-implementation": "1.0"
},
"require": {
"php": ">=7.1.3",
"ext-xml": "*",

View File

@ -18,7 +18,7 @@
"provide": {
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0"
"symfony/cache-implementation": "1.0|2.0"
},
"require": {
"php": ">=7.1.3",