From a65b0dcb92dc477591f4aaac11be7955fc5f1238 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 1 Dec 2021 01:33:25 +0100 Subject: [PATCH 1/2] Allow deprecation-contracts 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d2025b97..cca507c8f 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.8.3 || ^2.1", "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2" + "symfony/deprecation-contracts": "^2.2 || ^3" }, "provide": { "psr/http-client-implementation": "1.0" From 3fd49bafed0041196388075970fe74535ea943d7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 6 Dec 2021 18:19:28 +0000 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cca507c8f..2549f78b2 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.8.3 || ^2.1", "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2 || ^3" + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0"