Skip to content

Commit

Permalink
Merge pull request #10 from esler/patch-1
Browse files Browse the repository at this point in the history
Enable PHP 8 usage
  • Loading branch information
lisachenko committed Jan 12, 2021
2 parents ffd0ccf + 074ab7d commit 8c328ea
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 @@ -19,10 +19,10 @@
}
},
"require": {
"php": "^7.1"
"php": "^7.1||^8.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
"phpunit/phpunit": "~7.0||~9.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 8c328ea

Please sign in to comment.