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 <[email protected]>
  • Loading branch information
snapshotpl committed Jun 6, 2022
1 parent 120fdc1 commit 6488eea
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 @@ -18,15 +18,18 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"laminas": {
"module": "Laminas\\ApiTools"
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas-api-tools/api-tools-api-problem": "^1.4",
"laminas-api-tools/api-tools-content-negotiation": "^1.5",
"laminas-api-tools/api-tools-content-validation": "^1.9",
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 6488eea

Please sign in to comment.