Skip to content

Commit 8fd6638

Browse files
authored
Merge pull request #154 from boesing/backport/php-8.1
Backport: Support for PHP 8.1
2 parents bb85727 + bdd1d52 commit 8fd6638

File tree

3 files changed

+294
-50
lines changed

3 files changed

+294
-50
lines changed

.laminas-ci.json

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Hashmap and Collection",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.3 || ~8.0.0",
7+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
88
"webmozart/assert": "^1.9"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)