Skip to content

Commit

Permalink
Allow php 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Witold Wasiczko <witold@wasiczko.pl>
  • Loading branch information
snapshotpl committed May 11, 2022
1 parent df9eb49 commit 0a72556
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"bshaffer/oauth2-server-php": "^1.10",
"laminas-api-tools/api-tools-api-problem": "^1.4",
"laminas-api-tools/api-tools-content-negotiation": "^1.5",
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 0a72556

Please sign in to comment.