From da2b0131d9e472c6f623c7c8aaa5ed4ab8f9a1f1 Mon Sep 17 00:00:00 2001 From: Ionut Cioflan Date: Sun, 14 Jul 2024 08:29:40 +0300 Subject: [PATCH] Allow "symfony/deprecation-contracts": "^2.2.0|^3.0" (#43) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 144b206..feae1a5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-json": "*", "ext-simplexml": "*", "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", - "symfony/deprecation-contracts": "^2.2.0" + "symfony/deprecation-contracts": "^2.2.0 || ^3.0" }, "require-dev": { "wikimedia/less.php": "^3.0 || ^5.0",