From 5051cf2048af7e631e5511a8ba30f382fac68da7 Mon Sep 17 00:00:00 2001 From: Szymon Kostrubiec Date: Mon, 15 Jul 2024 13:45:29 +0200 Subject: [PATCH] OP-351 - Add matthiasnoback dependency to fix builds on Sylius 1.12 with PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e3bdf7c1..57323587 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "friends-of-behat/symfony-extension": "^2.1", "friends-of-behat/variadic-extension": "^1.3", "lchrusciel/api-test-case": "^4.1 || ^5.0", - "matthiasnoback/symfony-config-test": "^5.1", + "matthiasnoback/symfony-config-test": "^4.0 || ^5.1", "phpspec/phpspec": "^7.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.8.1",