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 26, 2020
1 parent 0e031c0 commit 290dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -35,7 +35,7 @@
},
"prefer-stable": true,
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 290dc6b

Please sign in to comment.