]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
Force composer to run as PHP 5.5.9
[github/wallabag/wallabag.git] / 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