diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..2251e2e --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,5 @@ +{ + "ignore_php_platform_requirements": { + "8.1": true + } +} diff --git a/composer.json b/composer.json index cc7c5c1..2c05cd0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "sort-packages": true }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas/laminas-zendframework-bridge": "^1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 7f93156..0c3195f 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": "2f23a3e58db31a0eed21dcec2777f9c0", + "content-hash": "0dcd2a261f6006575252d4d072a38f3d", "packages": [ { "name": "laminas/laminas-zendframework-bridge", @@ -2516,8 +2516,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ~8.0.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }