]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2623 from wallabag/composer-php-5.5
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 21 Nov 2016 08:01:35 +0000 (09:01 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2016 08:01:35 +0000 (09:01 +0100)
Force composer to run as PHP 5.5.9

composer.json

index 4f7ad2915747c735b9614b02f069c4ab2c971ae3..70f5fc99cd26f193be823b70cd0e3bd6f5505798 100644 (file)
@@ -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"
         "psr-4": { "Tests\\": "tests/" }
     },
     "config": {
-        "bin-dir": "bin"
+        "bin-dir": "bin",
+        "platform": {
+            "php": "5.5.9"
+        }
     },
     "minimum-stability": "dev",
     "prefer-stable": true