diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-02-11 12:02:35 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-02-11 12:02:35 +0100 |
commit | 4cb9e0aad106cd23b405521549167da1db3a7c67 (patch) | |
tree | c58cf5bd914991ad740376a88a782b32fcc210af /composer.json | |
parent | abba55cdd653a1915147e8303b873cc0d1e63adc (diff) | |
download | wallabag-4cb9e0aad106cd23b405521549167da1db3a7c67.tar.gz wallabag-4cb9e0aad106cd23b405521549167da1db3a7c67.tar.zst wallabag-4cb9e0aad106cd23b405521549167da1db3a7c67.zip |
Dropping PHP 5.5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index b919f446..55bd179a 100644 --- a/composer.json +++ b/composer.json | |||
@@ -28,7 +28,7 @@ | |||
28 | "issues": "https://github.com/wallabag/wallabag/issues" | 28 | "issues": "https://github.com/wallabag/wallabag/issues" |
29 | }, | 29 | }, |
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.9", | 31 | "php": ">=5.6.0", |
32 | "ext-pcre": "*", | 32 | "ext-pcre": "*", |
33 | "ext-dom": "*", | 33 | "ext-dom": "*", |
34 | "ext-curl": "*", | 34 | "ext-curl": "*", |
@@ -130,7 +130,7 @@ | |||
130 | "config": { | 130 | "config": { |
131 | "bin-dir": "bin", | 131 | "bin-dir": "bin", |
132 | "platform": { | 132 | "platform": { |
133 | "php": "5.5.9" | 133 | "php": "5.6.0" |
134 | } | 134 | } |
135 | }, | 135 | }, |
136 | "minimum-stability": "dev", | 136 | "minimum-stability": "dev", |