From 4a18fcacc5c4dbff95e50f4ffb07ee34b77ca820 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 23 Feb 2024 09:57:03 +0100 Subject: [PATCH] build: allow installation of symfony/string version 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf2a51a..2bcf559 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php-http/mock-client": "^1.6", "psr/http-factory": "^1.0", "psr/http-message": "^1.0|^2.0", - "symfony/string": "^5.4|^6.0" + "symfony/string": "^5.4|^6.0|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.16",