Skip to content

Commit

Permalink
Merge pull request #52 from boesing/feature/php81
Browse files Browse the repository at this point in the history
PHP 8.1 support
  • Loading branch information
Ocramius committed Sep 14, 2021
2 parents 5f4a4ff + a6246c1 commit df9e8df
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 30 deletions.
9 changes: 7 additions & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"exclude": [
{"name": "PHPUnit on PHP 7.3 with locked dependencies"}
]
{
"name": "PHPUnit on PHP 7.3 with locked dependencies"
}
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"composer/package-versions-deprecated": "^1.10.99",
"laminas/laminas-component-installer": "^2.5.0",
"laminas/laminas-config-aggregator": "^1.5.0",
Expand Down
74 changes: 47 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df9e8df

Please sign in to comment.