Skip to content

Commit

Permalink
Provide a stable phpunit version ~5.3 for every unittest
Browse files Browse the repository at this point in the history
This is needed for everyone writing unit tests for this bundle. When setting up new TestCases, it is a must, that you know on which phpunit version you can rely on.
  • Loading branch information
Mike Meier committed Apr 11, 2016
1 parent c6a8a80 commit 4f71e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -45,6 +45,7 @@
"jms/di-extra-bundle": "~1.7",
"sensio/generator-bundle": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0",
"phpunit/phpunit": "^5.3",
"sonata-project/intl-bundle": "^2.2.4",
"symfony/phpunit-bridge": "~2.7|~3.0"
},
Expand Down

0 comments on commit 4f71e78

Please sign in to comment.