aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-21 07:46:46 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-21 07:46:46 +0100
commitf32ff3753434dce8fc47a8f58a2edc3dc0c71e53 (patch)
tree01870fb649459b2185ec0be787c7d80d22a1100f /composer.json
parentc396a50509b13d081a0d8f04ce92f379a57b619c (diff)
downloadwallabag-f32ff3753434dce8fc47a8f58a2edc3dc0c71e53.tar.gz
wallabag-f32ff3753434dce8fc47a8f58a2edc3dc0c71e53.tar.zst
wallabag-f32ff3753434dce8fc47a8f58a2edc3dc0c71e53.zip
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.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2e87a7f1..70f5fc99 100644
--- a/composer.json
+++ b/composer.json
@@ -88,7 +88,7 @@
88 "doctrine/doctrine-fixtures-bundle": "~2.2", 88 "doctrine/doctrine-fixtures-bundle": "~2.2",
89 "doctrine/data-fixtures": "~1.1.1", 89 "doctrine/data-fixtures": "~1.1.1",
90 "sensio/generator-bundle": "^3.0", 90 "sensio/generator-bundle": "^3.0",
91 "phpunit/phpunit": "~5.0", 91 "phpunit/phpunit": "~4.0",
92 "symfony/phpunit-bridge": "^3.0", 92 "symfony/phpunit-bridge": "^3.0",
93 "friendsofphp/php-cs-fixer": "~1.9", 93 "friendsofphp/php-cs-fixer": "~1.9",
94 "m6web/redis-mock": "^2.0" 94 "m6web/redis-mock": "^2.0"