From 2cad77c0c8a06e40465061a132baf38655282120 Mon Sep 17 00:00:00 2001 From: Karel Date: Mon, 2 Dec 2024 11:25:11 +0100 Subject: [PATCH] Update composer.json --- composer.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 0e03236f2..926de67b7 100644 --- a/composer.json +++ b/composer.json @@ -95,27 +95,27 @@ "require": { "php": "^8.1", "symfony/deprecation-contracts": "^3.0", - "symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0", - "symfony/http-foundation": "^5.4 || ^6.3 || ^7.0", - "symfony/security-bundle": "^5.4 || ^6.3 || ^7.0", - "symfony/options-resolver": "^5.4 || ^6.3 || ^7.0", - "symfony/form": "^5.4 || ^6.3 || ^7.0", - "symfony/http-client": "^5.4 || ^6.3 || ^7.0", - "symfony/routing": "^5.4 || ^6.3 || ^7.0", - "symfony/twig-bundle": "^5.4 || ^6.3 || ^7.0" + "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0", + "symfony/http-foundation": "^5.4 || ^6.4 || ^7.0", + "symfony/security-bundle": "^5.4 || ^6.4 || ^7.0", + "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", + "symfony/form": "^5.4 || ^6.4 || ^7.0", + "symfony/http-client": "^5.4 || ^6.4 || ^7.0", + "symfony/routing": "^5.4 || ^6.4 || ^7.0", + "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { "doctrine/doctrine-bundle": "^2.4", "doctrine/orm": "^2.9", - "symfony/browser-kit": "^5.4 || ^6.3 || ^7.0", - "symfony/css-selector": "^5.4 || ^6.3 || ^7.0", - "symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0", - "symfony/property-access": "^5.4 || ^6.3 || ^7.0", - "symfony/validator": "^5.4 || ^6.3 || ^7.0", - "symfony/stopwatch": "^5.4 || ^6.3 || ^7.0", - "symfony/translation": "^5.4 || ^6.3 || ^7.0", - "symfony/yaml": "^5.4 || ^6.3 || ^7.0", + "symfony/browser-kit": "^5.4 || ^6.4 || ^7.0", + "symfony/css-selector": "^5.4 || ^6.4 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.0", + "symfony/property-access": "^5.4 || ^6.4 || ^7.0", + "symfony/validator": "^5.4 || ^6.4 || ^7.0", + "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0", + "symfony/translation": "^5.4 || ^6.4 || ^7.0", + "symfony/yaml": "^5.4 || ^6.4 || ^7.0", "phpunit/phpunit": "^9.6.11", "friendsofphp/php-cs-fixer": "^3.23", "symfony/monolog-bundle": "^3.4",