Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Allow for PHPUnit 5.x
  • Loading branch information
padraic committed Jan 6, 2016
1 parent b57385b commit a6942fa
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 @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "^4.0|^5.0"
},
"autoload": {
"psr-0": { "Humbug\\": "src/" }
Expand Down

0 comments on commit a6942fa

Please sign in to comment.