]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2861 from wallabag/2.3-droping-5.5
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Tue, 28 Mar 2017 11:18:17 +0000 (13:18 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2017 11:18:17 +0000 (13:18 +0200)
Dropping PHP 5.5

.travis.yml
composer.json
docs/de/user/installation.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst

index 29ca7dc3a80d925775e5b38b7c2f6814d1b05b28..77872f493f73cb6abc1c0b5cbbe019d5006bb924 100644 (file)
@@ -24,7 +24,6 @@ cache:
         - $HOME/.npm
 
 php:
-    - 5.5
     - 5.6
     - 7.0
     - 7.1
index c43d2dcf58fbce150c1f4a1b880fe280a42f2fac..ed0e30c19b7486ea24c9a570cf535be0bac9b813 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",
index 0de6b6de8e67482ef3a3285fb14b42f79997f3ae..8393455af3fa3e5a17bbf7883632435e1391f380 100644 (file)
@@ -4,7 +4,7 @@ Installation von wallabag
 Voraussetzungen
 ---------------
 
-wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7.
+wallabag ist kompatibel mit **PHP >= 5.6**, inkl. PHP 7.
 
 .. note::
 
index 2b730b8376d7ec2e1d8560830aa11a93b7d7f0b8..2c4b8749f1046362e3c0849fba3699aa23bc8de0 100644 (file)
@@ -4,7 +4,7 @@ Install wallabag
 Requirements
 ------------
 
-wallabag is compatible with PHP >= 5.5, including PHP 7.
+wallabag is compatible with **PHP >= 5.6**, including PHP 7.
 
 .. note::
 
index 5d29cb013a79ea838c92ff50ff50e376b559ab95..9dcb0efbd83218eefe1d91aa9dd4273f11963c12 100644 (file)
@@ -4,7 +4,7 @@ Installer wallabag
 Pré-requis
 ------------
 
-wallabag est compatible avec PHP >= 5.5, PHP 7 inclus.
+wallabag est compatible avec **PHP >= 5.6**, PHP 7 inclus.
 
 .. note::