Skip to content

Commit

Permalink
⬆️ Update phpunit/phpunit dependency to support ^6.0
Browse files Browse the repository at this point in the history
Addresses graze#9
  • Loading branch information
luxtonn committed Jul 25, 2017
1 parent 5a80fbe commit 88a0892
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 @@ -26,7 +26,7 @@

"require": {
"php": "^5.5 || ^7.0",
"phpunit/phpunit": "^3.3.3 || ^4.0 || ^5.0",
"phpunit/phpunit": "^6.0",
"hamcrest/hamcrest-php": "^2.0"
},

Expand Down

0 comments on commit 88a0892

Please sign in to comment.