diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-20 22:30:37 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-20 23:07:38 +0100 |
commit | c396a50509b13d081a0d8f04ce92f379a57b619c (patch) | |
tree | 5f4c240a8ae93205b18480530c9a9ff5bd46b40d /composer.json | |
parent | cb1a6590c0e58c56d0612066501b3a586b103ed5 (diff) | |
download | wallabag-c396a50509b13d081a0d8f04ce92f379a57b619c.tar.gz wallabag-c396a50509b13d081a0d8f04ce92f379a57b619c.tar.zst wallabag-c396a50509b13d081a0d8f04ce92f379a57b619c.zip |
Force composer to run as PHP 5.5.9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 4f7ad291..2e87a7f1 100644 --- a/composer.json +++ b/composer.json | |||
@@ -125,7 +125,10 @@ | |||
125 | "psr-4": { "Tests\\": "tests/" } | 125 | "psr-4": { "Tests\\": "tests/" } |
126 | }, | 126 | }, |
127 | "config": { | 127 | "config": { |
128 | "bin-dir": "bin" | 128 | "bin-dir": "bin", |
129 | "platform": { | ||
130 | "php": "5.5.9" | ||
131 | } | ||
129 | }, | 132 | }, |
130 | "minimum-stability": "dev", | 133 | "minimum-stability": "dev", |
131 | "prefer-stable": true | 134 | "prefer-stable": true |