diff --git a/.laminas-ci.json b/.laminas-ci.json index 1b58f96..e77b4b9 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -5,5 +5,8 @@ "memcached", "mongodb", "redis" - ] -} + ], + "ignore_php_platform_requirements": { + "8.2": true + } +} \ No newline at end of file diff --git a/composer.json b/composer.json index a304555..9a5d96d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -33,7 +33,7 @@ } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "enlightn/security-checker": "^1.10" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 9beabb6..f0592ab 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": "1a86032636faca1fd1b8867000c57f71", + "content-hash": "5ef4915400cd6ae0527fe766589be930", "packages": [ { "name": "enlightn/security-checker", @@ -6216,11 +6216,11 @@ "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": [], "platform-overrides": { - "php": "7.4.99" + "php": "8.0.99" }, "plugin-api-version": "2.3.0" }