Skip to content

Commit

Permalink
Allow PHP 8 (#157)
Browse files Browse the repository at this point in the history
Thank you @Ayesh
  • Loading branch information
Ayesh authored Jun 28, 2020
1 parent a491d65 commit 5796d12
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 @@ -21,7 +21,7 @@
},

"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
Expand Down

0 comments on commit 5796d12

Please sign in to comment.