From 6ab67b88b44a8d409106c8b7fcabd1ed46f71130 Mon Sep 17 00:00:00 2001 From: Ionut Cioflan Date: Fri, 12 Jul 2024 15:59:43 +0300 Subject: [PATCH] Allow "symfony/deprecation-contracts": "^2.2.0|^3.0" They have added type hinting for `trigger_deprecation` parameters. The way it use it is compatible with this version. https://github.com/symfony/deprecation-contracts/compare/v2.5.2...v3.5.0 --- 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",