From fa7b7431688acdc5445f0d4391ac8f1fba0f7a66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Mar 2021 09:56:02 +0100 Subject: update to 4.4.20 --- composer.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'composer.json') 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" } -- cgit