Skip to content

Commit

Permalink
Allow PHPUnit 7.0 to test on PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schmengler committed Mar 27, 2019
1 parent 27ef64e commit 188179f
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 @@ -16,7 +16,7 @@
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^8.0.5",
"phpunit/phpunit": "^7.0|^8.0",
"phpro/grumphp": "^0.15.0",
"squizlabs/php_codesniffer": "^3.4",
"maglnet/composer-require-checker": "^2.0",
Expand Down

0 comments on commit 188179f

Please sign in to comment.