Skip to content

Commit

Permalink
Merge pull request #31 from stojanovicdusan/php80-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.0
  • Loading branch information
weierophinney authored Jun 24, 2021
2 parents 0a7f44d + 92592a1 commit 2b0e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sort-packages": true
},
"require": {
"php": "^7.3",
"php": "^7.3 || ~8.0.0",
"laminas-api-tools/api-tools": "^1.4",
"laminas-api-tools/api-tools-documentation": "^1.3",
"laminas/laminas-component-installer": "^2.1.1",
Expand Down

0 comments on commit 2b0e511

Please sign in to comment.