From 9d8907654a33fa4a35bd881d59d844bb11b89aed Mon Sep 17 00:00:00 2001 From: Luis de Benito Date: Tue, 24 Sep 2024 14:25:17 +0200 Subject: [PATCH] Replaced security to security-bundle as it is not compatible with sf5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 81a5f814..522d0d1b 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ ], "require": { "php": ">=7.2.5", - "symfony/framework-bundle": "^4.4|^5.0", - "symfony/security": "^4.4|^5.0", + "symfony/framework-bundle": "^5.0", + "symfony/security-bundle": "^5.0", "twig/twig": "^2.0|^3.0" }, "require-dev": { "phpunit/phpunit": ">4", - "symfony/symfony": "^4.4|^5.0", + "symfony/symfony": "^5.0", "doctrine/doctrine-bundle": "^2.0", "doctrine/orm": "^2.5" },