Skip to content

Commit

Permalink
Support PHP 8 for sebastianbergmann/phpunit#4325
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 30, 2020
1 parent 679f5da commit b945d53
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 @@ -23,7 +23,7 @@
"sort-packages": true
},
"require": {
"php": "^7.3"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit b945d53

Please sign in to comment.