summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-08 09:56:02 +0100
committerRemi Collet <remi@remirepo.net>2021-03-08 09:56:02 +0100
commitfa7b7431688acdc5445f0d4391ac8f1fba0f7a66 (patch)
tree55ded63eba9a8429cb0dc301356e896f0abe939c /composer.json
parentb015d058e929910fc4ad9289a12ce7314122a860 (diff)
update to 4.4.20
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json30
1 files changed, 24 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c228650..63108b1 100644
--- a/composer.json
+++ b/composer.json
@@ -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|2.0",
+ "symfony/service-implementation": "1.0|2.0",
+ "symfony/translation-implementation": "1.0|2.0"
+ },
"require": {
"php": ">=7.1.3",
"ext-xml": "*",
@@ -22,7 +38,7 @@
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3|^2",
"twig/twig": "^1.43|^2.13|^3.0.4",
- "psr/cache": "~1.0",
+ "psr/cache": "^1.0|^2.0",
"psr/container": "^1.0",
"psr/link": "^1.0",
"psr/log": "~1.0",
@@ -156,11 +172,13 @@
"repositories": [
{
"type": "path",
- "url": "src/Symfony/Contracts"
+ "url": "src/Symfony/Contracts",
+ "options": {
+ "versions": {
+ "symfony/contracts": "1.1.x-dev"
+ }
+ }
}
],
- "minimum-stability": "dev",
- "extra": {
- "branch-version": "4.4"
- }
+ "minimum-stability": "dev"
}