diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-03-28 13:18:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 13:18:17 +0200 |
commit | 6ae579e43f6a4ffe607a6361191366410d19f806 (patch) | |
tree | b969e6eba21a6347b684c74786a2383f359e785b /composer.json | |
parent | 90f95027a8c713047fc436bce271cb3e52bc3dee (diff) | |
parent | de0ab52a47ea91f7013d0cacd7240ecdc85026ed (diff) | |
download | wallabag-6ae579e43f6a4ffe607a6361191366410d19f806.tar.gz wallabag-6ae579e43f6a4ffe607a6361191366410d19f806.tar.zst wallabag-6ae579e43f6a4ffe607a6361191366410d19f806.zip |
Merge pull request #2861 from wallabag/2.3-droping-5.5
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 c43d2dcf..ed0e30c1 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", |