From 038601b7a6b0e02d543c30324ac6ff4122525e45 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 11 Oct 2021 17:00:15 -0300 Subject: [PATCH] Feat: Add GuzzleHttp 7 as valid dependency (#28) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac4610d..070860c 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", - "guzzlehttp/guzzle": "~6.0", - "minishlink/web-push": "~4.0|~5.0", + "guzzlehttp/guzzle": "~6.0|~7.0", + "minishlink/web-push": "~4.0|~5.0|~6.0", "symfony/http-kernel": "~3.0|~4.0|~5.0" }, "require-dev": { "bentools/doctrine-static": "1.0.x-dev", - "doctrine/dbal": "~2.5", + "doctrine/dbal": "~2.5 <=2.9", "nyholm/symfony-bundle-test": "~1.4", "phpunit/phpunit": "~5.0|~6.0|~7.0", "symfony/config": "~4.0",