From ab7b686a8143380ca38925341c2d0f4470308cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Sat, 8 Feb 2025 19:31:24 +0100 Subject: [PATCH] IBX-8470: Upgraded codebase to Symfony 6 (#1157) Bumped PHP version to 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb94e8bd..92575f5e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": ">=8.3", "ibexa/experience": "~5.0.x-dev", "ibexa/cart": "~5.0.x-dev", "ibexa/checkout": "~5.0.x-dev",