Skip to content

Commit

Permalink
Merge pull request #9 from arthurperton/master
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
mtownsend5512 authored Feb 27, 2021
2 parents 00c0455 + 4860afd commit 0734720
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 @@ -24,7 +24,7 @@
]
},
"require": {
"php": "~7.0"
"php": "~7.0|~8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
Expand Down

0 comments on commit 0734720

Please sign in to comment.