Skip to content

Commit

Permalink
Merge pull request #50 from kurtextrem/patch-1
Browse files Browse the repository at this point in the history
Allow php8
  • Loading branch information
freekmurze committed Oct 29, 2020
2 parents ffba7d3 + 5393e54 commit 6dc9253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit 6dc9253

Please sign in to comment.