Skip to content

Commit

Permalink
Limit PHPUnit to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 20, 2017
1 parent 427bf06 commit e51df57
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 @@ -21,7 +21,7 @@
"twig/twig": "^1.35|^2.4.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0",
"phpunit/phpunit": "^5.7",
"netgen/ez-forms-bundle": "^2.0",
"friendsofphp/php-cs-fixer": "~2.0"
},
Expand Down

0 comments on commit e51df57

Please sign in to comment.