Skip to content

Commit

Permalink
Merge pull request #27 from Koen1999/php81
Browse files Browse the repository at this point in the history
Added support for PHP 8.1
  • Loading branch information
Ocramius authored Dec 3, 2021
2 parents 62bf3a8 + 13132e8 commit cd5689d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 73 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"sort-packages": true
},
"conflict": {
"laminas/laminas-servicemanager": "<3.0"
"laminas/laminas-servicemanager": "<3.0",
"zendframework/zend-permissions-acl": "*"
},
"require": {
"php": "^7.3 || ~8.0.0",
"laminas/laminas-zendframework-bridge": "^1.0"
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
Expand Down Expand Up @@ -55,8 +55,5 @@
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-permissions-acl": "^2.7.1"
}
}
133 changes: 66 additions & 67 deletions composer.lock

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

0 comments on commit cd5689d

Please sign in to comment.