Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Fix phpunit version to avoid each deprecation error on php 7.2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus authored and Gilles Gauthier committed Jan 5, 2018
1 parent 41e142a commit d89f785
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-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
"phpunit/phpunit": "~4.8|~5.0"
"phpunit/phpunit": "~4.8|~5.7.11"
},
"autoload": {
"psr-4": { "Lexik\\Bundle\\MaintenanceBundle\\": "" }
Expand Down

0 comments on commit d89f785

Please sign in to comment.