From 26d0c644d4be51b92855c4660f4c88aef39af2ca Mon Sep 17 00:00:00 2001 From: konradoboza Date: Thu, 12 Mar 2026 12:21:13 +0100 Subject: [PATCH] IBX-11247: Bumped `symfony/*` to 7.4 LTS --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1ab4a05..b1a8f92 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ "php": " >=8.3", "ibexa/core": "~5.0.x-dev", "pagerfanta/pagerfanta": "^3.6.2", - "symfony/config": "^7.3", - "symfony/dependency-injection": "^7.3", - "symfony/event-dispatcher": "^7.3", - "symfony/form": "^7.3", - "symfony/http-foundation": "^7.3", - "symfony/http-kernel": "^7.3", - "symfony/serializer": "^7.3" + "symfony/config": "^7.4", + "symfony/dependency-injection": "^7.4", + "symfony/event-dispatcher": "^7.4", + "symfony/form": "^7.4", + "symfony/http-foundation": "^7.4", + "symfony/http-kernel": "^7.4", + "symfony/serializer": "^7.4" }, "require-dev": { "ibexa/code-style": "~2.0.0",