From 86942d5701c9136574bbf37ab6e8c5b389ef634b Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Tue, 22 Feb 2022 18:42:52 +0100 Subject: [PATCH] Fix test --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eac7d0571..246e6ad19 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpunit": "^8 || ^9", "squizlabs/php_codesniffer": "^3.4", "symfony/polyfill-uuid": "^1.24", - "symfony/string": "^6.0" + "symfony/string": "^5 || ^6" }, "config": { "sort-packages": true