Skip to content

Commit

Permalink
Also allow PHPUnit 4.0
Browse files Browse the repository at this point in the history
The 1.x branch supports PHP 5.5, which is not supported by
PHPUnit 5.0.
  • Loading branch information
nikic committed Apr 26, 2017
1 parent 2557903 commit 7dd83c3
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 @@
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "~4.0|~5.0"
},
"autoload": {
"files": ["src/bootstrap.php"]
Expand Down

0 comments on commit 7dd83c3

Please sign in to comment.