mirror of https://github.com/wallabag/wallabag.git
Lock down PHPUnit for PHP 5.5
Since Composer defined lowest version is now PHP 5.5.9. PHPUnit 5.0 require PHP 5.6.
This commit is contained in:
parent
c396a50509
commit
f32ff37534
|
@ -88,7 +88,7 @@
|
|||
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
||||
"doctrine/data-fixtures": "~1.1.1",
|
||||
"sensio/generator-bundle": "^3.0",
|
||||
"phpunit/phpunit": "~5.0",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"symfony/phpunit-bridge": "^3.0",
|
||||
"friendsofphp/php-cs-fixer": "~1.9",
|
||||
"m6web/redis-mock": "^2.0"
|
||||
|
|
Loading…
Reference in New Issue