aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--composer.json4
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c8093bf..1603ea9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,6 @@ cache:
24 - $HOME/.npm 24 - $HOME/.npm
25 25
26php: 26php:
27 - 5.5
28 - 5.6 27 - 5.6
29 - 7.0 28 - 7.0
30 - 7.1 29 - 7.1
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",