Skip to content

Commit c8dc3b9

Browse files
authored
Merge pull request #13 from boesing/feature/php81
PHP 8.1 support
2 parents 4755575 + 35898df commit c8dc3b9

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.laminas-ci.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.1": true
4+
}
5+
}

composer.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
"config": {
2020
"sort-packages": true
2121
},
22-
"extra": {
23-
},
22+
"extra": {},
2423
"require": {
25-
"php": "^7.3 || ~8.0.0",
24+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
2625
"ext-json": "*",
27-
"laminas/laminas-zendframework-bridge": "^1.0",
2826
"symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0"
2927
},
3028
"require-dev": {
@@ -54,7 +52,7 @@
5452
"test": "phpunit --colors=always",
5553
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5654
},
57-
"replace": {
58-
"zendframework/zend-expressive-migration": "^0.1.4"
55+
"conflict": {
56+
"zendframework/zend-expressive-migration": "*"
5957
}
6058
}

composer.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)