Skip to content

Commit

Permalink
Add PHP 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ware committed Aug 23, 2021
1 parent c76db4e commit 7df1da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php" : "^7.0"
"php": "^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7df1da8

Please # to comment.