From ba4d9bc69be7d4a5f4548a5e3704aef453e22b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:21:27 +0200 Subject: [PATCH] Revert "Merge master to 1.x" --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fc97452..40af64e 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ "require": { "php": "^7.3 || ^8.0", - "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0 || ^6.0", - "symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0", + "symfony/console": "^3.0 || ^4.0 || ^5.0", + "symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0", + "symfony/process": "^3.0 || ^4.0 || ^5.0", "webmozart/assert": "^1.5", "psr/log": "^1.1" }, @@ -26,7 +26,7 @@ "ext-json": "*", "friendsofphp/php-cs-fixer": "^2.15", "phpunit/phpunit": "^8.4", - "symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0 || ^6.0" + "symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0" }, "autoload": {