Skip to content

Commit

Permalink
Allow PHPUnit ^6 || ^7 || ^8 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 5, 2019
1 parent 50fb0a8 commit dc012f0
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 @@ -19,7 +19,7 @@
},
"require": {
"php": ">=7",
"phpunit/phpunit": "8.4.x-dev",
"phpunit/phpunit": "^6 || ^7 || ^8",
"php-mock/php-mock-integration": "^2"
},
"archive": {
Expand Down

0 comments on commit dc012f0

Please sign in to comment.