From 62996a722a837a2f67159ad69097c2bb44548413 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:00:13 +0000 Subject: [PATCH 1/2] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8eb98fb..50c1d1b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "license": "BSD-3-Clause", "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-redis": "^6.0", "laminas/laminas-cache": "^4.0" }, From 15532769aff75c9b5124c3ae545bf4ffe13275b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:44:51 +0100 Subject: [PATCH 2/2] chore: ignore platform requirements for PHP 8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since some of the dependencies are not yet officially ready for PHP 8.4, we could verify if this satellite is ready. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- .laminas-ci.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 14c128a..b99b9b3 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -7,5 +7,8 @@ "redis.clusters.timeout = 'cluster=5'", "redis.clusters.read_timeout = 'cluster=10'" ], - "backwardCompatibilityCheck": true + "backwardCompatibilityCheck": true, + "ignore_php_platform_requirements": { + "8.4": true + } }