Skip to content

Commit

Permalink
Merge pull request #13 from arueckauer/qa/php81
Browse files Browse the repository at this point in the history
Add support for PHP 8.1
  • Loading branch information
boesing authored Oct 5, 2021
2 parents 2d0cc4b + e02fcc7 commit 4d7e5e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"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": {
"laminas/laminas-coding-standard": "~1.0.0",
"mikey179/vfsstream": "^1.6.8",
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 4d7e5e1

Please sign in to comment.