]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Dropping PHP 5.5
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 11 Feb 2017 11:02:35 +0000 (12:02 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 11 Feb 2017 11:02:35 +0000 (12:02 +0100)
.travis.yml
composer.json

index 8c8093bf4ed88967ab847856a84506a6c0f00107..1603ea9ba2cf659edfe6c00bae63019535aee15b 100644 (file)
@@ -24,7 +24,6 @@ cache:
         - $HOME/.npm
 
 php:
-    - 5.5
     - 5.6
     - 7.0
     - 7.1
index b919f446c32866cd19bea0005559357fa6548e65..55bd179a87bbdff7cda74db3ce307806b1cd1da0 100644 (file)
@@ -28,7 +28,7 @@
         "issues": "https://github.com/wallabag/wallabag/issues"
     },
     "require": {
-        "php": ">=5.5.9",
+        "php": ">=5.6.0",
         "ext-pcre": "*",
         "ext-dom": "*",
         "ext-curl": "*",
     "config": {
         "bin-dir": "bin",
         "platform": {
-            "php": "5.5.9"
+            "php": "5.6.0"
         }
     },
     "minimum-stability": "dev",