From e12e71e8cd6ecedf33aa54246473dbfcaa046cb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:42:56 +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 b5c056d..8f8999f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "laminas/laminas-coding-standard": "~3.0.0", From ffa1aaaf52f71145051fc6b86bb05c9b78a4a180 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 21:44:31 +0000 Subject: [PATCH 2/2] Ignore platform reqs on 8.4 Signed-off-by: George Steel --- .laminas-ci.json | 7 ++++++- phpunit.xml.dist | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 0967ef4..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1 +1,6 @@ -{} +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6948200..3333977 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,9 +10,11 @@ displayDetailsOnTestsThatTriggerErrors="true" displayDetailsOnTestsThatTriggerNotices="true" displayDetailsOnTestsThatTriggerWarnings="true" + displayDetailsOnPhpunitDeprecations="true" failOnWarning="true" failOnNotice="true" failOnDeprecation="true" + failOnPhpunitDeprecation="true" >