diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..bce3fa2 --- /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 a4ebec6..be17cbb 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,10 @@ "config": { "sort-packages": true }, - "extra": { - }, + "extra": {}, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "ext-json": "*", - "laminas/laminas-zendframework-bridge": "^1.0", "symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { @@ -54,7 +52,7 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, - "replace": { - "zendframework/zend-expressive-migration": "^0.1.4" + "conflict": { + "zendframework/zend-expressive-migration": "*" } } diff --git a/composer.lock b/composer.lock index b69eaf5..b15c5bb 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": "662bfd0ab377a376db7d79ecaceeaa08", + "content-hash": "9aa24690184efa1211f72d769a00c144", "packages": [ { "name": "laminas/laminas-zendframework-bridge", @@ -2832,6 +2832,7 @@ "type": "github" } ], + "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, { @@ -3230,9 +3231,9 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }