Skip to content

Commit

Permalink
Require PHPUnit 4.8.36
Browse files Browse the repository at this point in the history
To ensure we have the forward compatibility layer (for PHPUnit 6+).
  • Loading branch information
lcobucci committed Nov 1, 2017
1 parent 5d76dd6 commit a74cd8e
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 @@
"doctrine/migrations": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "^4.8.36"
},
"autoload": {
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
Expand Down

0 comments on commit a74cd8e

Please sign in to comment.