Skip to content

Commit 46532ab

Browse files
authored
Update phpunit. (#28)
1 parent 15568e6 commit 46532ab

2 files changed

Lines changed: 54 additions & 54 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.5",
16-
"symfony/console": "2.8.*",
17-
"symfony/config":"2.8.*",
18-
"symfony/process": "2.8.*",
16+
"symfony/console": ">=2.8 <3.2",
17+
"symfony/config":">=2.8 <3.2",
18+
"symfony/process": ">=2.8 <3.2",
1919
"jakub-onderka/php-parallel-lint": "0.*",
2020
"jakub-onderka/php-console-highlighter": "0.*",
2121
"fabpot/php-cs-fixer": "@stable",
@@ -25,7 +25,7 @@
2525
"phploc/phploc": "@stable",
2626
"sebastian/phpcpd": "@stable",
2727
"sebastian/phpdcd": "@stable",
28-
"phpunit/phpunit": "4.6.*"
28+
"phpunit/phpunit": "4.*"
2929
},
3030
"bin": ["bin/phpqa"],
3131
"config": {

composer.lock

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)