From 553dc6f4e17c9343d035f70bf35a552e8c541b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:40:53 +0000 Subject: [PATCH 1/3] 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 3548447..a74e176 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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", "ext-intl": "*", "giggsey/libphonenumber-for-php": "^8.13.1", "laminas/laminas-filter": "^2.27", From f04d014c8f3150c61ee1da528b540622d2bfbf3b Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 23:44:47 +0000 Subject: [PATCH 2/3] Bump dev deps, refresh lock Signed-off-by: George Steel --- composer.json | 6 +++--- composer.lock | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index a74e176..22bc699 100644 --- a/composer.json +++ b/composer.json @@ -47,10 +47,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^3.0.1", - "laminas/laminas-config-aggregator": "^1.15", - "laminas/laminas-servicemanager": "^3.22.1", + "laminas/laminas-config-aggregator": "^1.17", + "laminas/laminas-servicemanager": "^3.23.0", "maglnet/composer-require-checker": "^4.7.1", - "phpunit/phpunit": "^10.5.37", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.26.1" }, diff --git a/composer.lock b/composer.lock index c6b3227..650786b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4433a0b81bf9e04f4ea50e5943dde32f", + "content-hash": "0c934e74d2f467ab267539d683dc4955", "packages": [ { "name": "giggsey/libphonenumber-for-php", - "version": "8.13.49", + "version": "8.13.50", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "3f5414aeccd152e5a6d02e2064e40713cad65a07" + "reference": "ab8b27ded2df369de629af637fa9975dda014078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/3f5414aeccd152e5a6d02e2064e40713cad65a07", - "reference": "3f5414aeccd152e5a6d02e2064e40713cad65a07", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/ab8b27ded2df369de629af637fa9975dda014078", + "reference": "ab8b27ded2df369de629af637fa9975dda014078", "shasum": "" }, "require": { @@ -81,7 +81,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, - "time": "2024-11-04T10:44:34+00:00" + "time": "2024-11-18T10:02:13+00:00" }, { "name": "giggsey/locale", @@ -5240,14 +5240,14 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-intl": "*" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1.99" }, From 0c0cc1eb2e5dc5008991aa02a38a1f4e8ee38e20 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 23:46:57 +0000 Subject: [PATCH 3/3] Ignore platform reqs on 8.4 Also improve PHPUnit config Signed-off-by: George Steel --- .laminas-ci.json | 6 ++++++ phpunit.xml.dist | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .laminas-ci.json diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..6238f6f --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,6 @@ +{ + "ignore_php_platform_requirements": { + "8.4": true + }, + "backwardCompatibilityCheck": true +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 93b4611..51f7287 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,6 +10,11 @@ displayDetailsOnTestsThatTriggerWarnings="true" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" + failOnDeprecation="true" + failOnNotice="true" + failOnWarning="true" >