From 8da2853369ff6c55a05038d0fc373a412f5ce671 Mon Sep 17 00:00:00 2001 From: jorisdugue Date: Wed, 5 May 2021 14:47:08 +0200 Subject: [PATCH] Update guzzle to 7.3 (latest) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2a35cb9..68cd81c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^7.2.5", "doctrine/orm": "^2.7", - "guzzlehttp/guzzle": "^6.5", + "guzzlehttp/guzzle": "^7.3", "h5p/h5p-core": "^1.24", "h5p/h5p-editor": "^1.24", "symfony/framework-bundle": "~4.0|~5.0",