Skip to content

Commit

Permalink
Allow using PHPunit 8.0 on PHP 7.2
Browse files Browse the repository at this point in the history
That way we do not have to use XDebug on PHP 7.2
  • Loading branch information
greg0ire committed Nov 13, 2020
1 parent 16cc25b commit e576ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4 || ^9.2",
"phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
"symfony/phpunit-bridge": "^4.1|^5.0"
},
"autoload": {
Expand Down

0 comments on commit e576ea2

Please sign in to comment.