]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Force composer to run as PHP 5.5.9
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Nov 2016 21:30:37 +0000 (22:30 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Nov 2016 22:07:38 +0000 (23:07 +0100)
composer.json

index 4f7ad2915747c735b9614b02f069c4ab2c971ae3..2e87a7f179c099cf535ce014fb78e032cd23b1f3 100644 (file)
         "psr-4": { "Tests\\": "tests/" }
     },
     "config": {
-        "bin-dir": "bin"
+        "bin-dir": "bin",
+        "platform": {
+            "php": "5.5.9"
+        }
     },
     "minimum-stability": "dev",
     "prefer-stable": true