From 150d51a62ed7ced3d28573930dda1753c16b97ec Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 15 Nov 2022 16:13:04 -0600 Subject: [PATCH 1/3] Update composer config `platform.php` to `8.0.99` Signed-off-by: Nathanael Esayeas --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a933e53..b62c937 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true From a802480aa40384d2b504698d755f7afdcb2db5df Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 15 Nov 2022 16:13:09 -0600 Subject: [PATCH 2/3] Update composer `php` to `~8.0.0 || ~8.1.0 || ~8.2.0` Signed-off-by: Nathanael Esayeas --- composer.json | 2 +- composer.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b62c937..b4f1c76 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "class": "Laminas\\ComponentInstaller\\ComponentInstaller" }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "composer-plugin-api": "^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 117808c..7fe8b76 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": "f9734b8588963e4aec1e94964a032c78", + "content-hash": "a7f2cfe82820ba885f3251bf221f3eb2", "packages": [], "packages-dev": [ { @@ -5126,12 +5126,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "composer-plugin-api": "^2.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.4.99" + "php": "8.0.99" }, "plugin-api-version": "2.3.0" } From 146ed1f5f9e75e1d943e4e4886d2a8c86d76bff0 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 15 Nov 2022 16:13:09 -0600 Subject: [PATCH 3/3] Ignore PHP platform requirements via `.laminas-ci.json` Signed-off-by: Nathanael Esayeas --- .laminas-ci.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 8fc0467..89ee608 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,5 @@ { "ignore_php_platform_requirements": { - "8.0": false + "8.2": true } -} +} \ No newline at end of file