From 4a965c6d151b6dc48a821e45fe995c1535ddb523 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 4 May 2023 18:45:21 +0200 Subject: [PATCH] Replace slim/psr7 by nyholm/psr7 Maybe this will be temporary, but we can not stop because the vendor does not reply. It's been two weeks. Ref: https://github.com/slimphp/Slim-Psr7/issues/284 Signed-off-by: William Desportes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7216996d0e..4e2edfc714 100644 --- a/composer.json +++ b/composer.json @@ -58,6 +58,7 @@ "composer/ca-bundle": "^1.2", "google/recaptcha": "^1.1", "nikic/fast-route": "^1.3", + "nyholm/psr7": "^1.8", "paragonie/sodium_compat": "^1.17", "phpmyadmin/motranslator": "^5.0", "phpmyadmin/shapefile": "^3.0.1", @@ -65,7 +66,6 @@ "phpmyadmin/twig-i18n-extension": "^4.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "slim/psr7": "^1.4", "symfony/config": "^5.2.3", "symfony/dependency-injection": "^5.2.3", "symfony/expression-language": "^5.2.3",