From 705a02c33d9b08e389e9db13538cf636c232c4e3 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 30 Jul 2024 23:34:52 +0100 Subject: [PATCH 1/2] Add 8.4 to CI and composer.json Signed-off-by: George Steel --- .laminas-ci.json | 2 +- composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index e8e2603d..5e73e515 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,6 +1,6 @@ { "backwardCompatibilityCheck": true, "ignore_php_platform_requirements": { - "8.3": false + "8.4": true } } diff --git a/composer.json b/composer.json index e00b5bb1..6d115516 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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-ctype": "*", "ext-fileinfo": "*", "ext-filter": "*", diff --git a/composer.lock b/composer.lock index 95f12424..762c82d0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b457b5377c45913471c521dc402a4645", + "content-hash": "bf329cdceccfa21607164803d0bab966", "packages": [ { "name": "brick/varexporter", @@ -2240,16 +2240,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.28", + "version": "10.5.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275" + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff7fb85cdf88131b83e721fb2a327b664dbed275", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e9e80872b4e8064401788ee8a32d40b4455318f", + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f", "shasum": "" }, "require": { @@ -2321,7 +2321,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.28" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.29" }, "funding": [ { @@ -2337,7 +2337,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T14:54:16+00:00" + "time": "2024-07-30T11:08:00+00:00" }, { "name": "psalm/plugin-phpunit", @@ -4617,7 +4617,7 @@ "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-ctype": "*", "ext-fileinfo": "*", "ext-filter": "*", From 465ab77457608702a85e43d7f0b1b57655e7bce3 Mon Sep 17 00:00:00 2001 From: George Steel Date: Tue, 30 Jul 2024 23:39:26 +0100 Subject: [PATCH 2/2] Bump minimum version of `laminas-stdlib` Signed-off-by: George Steel --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6d115516..271ba3c5 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ext-filter": "*", "ext-intl": "*", "laminas/laminas-servicemanager": "^4.1.0", - "laminas/laminas-stdlib": "^3.13", + "laminas/laminas-stdlib": "^3.19", "laminas/laminas-translator": "^1.0", "psr/container": "^1.1 || ^2.0", "psr/http-client": "^1.0.3", diff --git a/composer.lock b/composer.lock index 762c82d0..9598ce5a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bf329cdceccfa21607164803d0bab966", + "content-hash": "168d384855eb2ba2743701c4bb871224", "packages": [ { "name": "brick/varexporter",