diff --git a/.laminas-ci.json b/.laminas-ci.json index 20e073e9..976fe993 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,8 @@ { "extensions": [ "mongodb" - ] -} + ], + "ignore_php_platform_requirements": { + "8.2": true + } +} \ No newline at end of file diff --git a/composer.json b/composer.json index 458ec4c4..62538d23 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,10 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "8.0.99" + } }, "extra": { "laminas": { @@ -29,7 +32,7 @@ } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "laminas/laminas-servicemanager": "^3.3.0", "laminas/laminas-stdlib": "^3.0", "psr/log": "^1.1.2" diff --git a/composer.lock b/composer.lock index ebca091e..0f55ca5f 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": "672991482add5209caadb92937e99a4b", + "content-hash": "225c1c4ebbde2b3093d19d273678a3d3", "packages": [ { "name": "container-interop/container-interop", @@ -3510,12 +3510,15 @@ "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" }, "platform-dev": { "ext-dom": "*", "ext-json": "*", "ext-xml": "*" }, - "plugin-api-version": "2.1.0" + "platform-overrides": { + "php": "8.0.99" + }, + "plugin-api-version": "2.3.0" }