From af6f2b36f82435aa0639d4bd101ae59db69e8b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:47:51 +0000 Subject: [PATCH] [TASK] Update php to v8 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 7.4.33 | 8.3.13 | --- Resources/Private/Libs/Build/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Libs/Build/composer.json b/Resources/Private/Libs/Build/composer.json index 4a26f692..49232c50 100644 --- a/Resources/Private/Libs/Build/composer.json +++ b/Resources/Private/Libs/Build/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "~7.4.0", + "php": "~7.4.0 || ~8.3.0", "symfony/polyfill-php80": "^1.23", "zordius/lightncandy": "^1.2" }