Skip to content

Commit

Permalink
Update phpunit. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 1, 2017
1 parent 15568e6 commit 46532ab
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": ">=5.4.5",
"symfony/console": "2.8.*",
"symfony/config":"2.8.*",
"symfony/process": "2.8.*",
"symfony/console": ">=2.8 <3.2",
"symfony/config":">=2.8 <3.2",
"symfony/process": ">=2.8 <3.2",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*",
"fabpot/php-cs-fixer": "@stable",
Expand All @@ -25,7 +25,7 @@
"phploc/phploc": "@stable",
"sebastian/phpcpd": "@stable",
"sebastian/phpdcd": "@stable",
"phpunit/phpunit": "4.6.*"
"phpunit/phpunit": "4.*"
},
"bin": ["bin/phpqa"],
"config": {
Expand Down
100 changes: 50 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46532ab

Please sign in to comment.