Skip to content

Commit

Permalink
Merge pull request #3 from morphsites-limited/master
Browse files Browse the repository at this point in the history
Add PHP 8 Support
  • Loading branch information
freekmurze authored Aug 24, 2021
2 parents c76db4e + 7df1da8 commit 3ba79ee
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 3ba79ee

Please # to comment.