From 4cb9e0aad106cd23b405521549167da1db3a7c67 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 11 Feb 2017 12:02:35 +0100 Subject: [PATCH 1/2] Dropping PHP 5.5 --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c8093bf4..1603ea9ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ cache: - $HOME/.npm php: - - 5.5 - 5.6 - 7.0 - 7.1 diff --git a/composer.json b/composer.json index b919f446c..55bd179a8 100644 --- a/composer.json +++ b/composer.json @@ -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": "*", @@ -130,7 +130,7 @@ "config": { "bin-dir": "bin", "platform": { - "php": "5.5.9" + "php": "5.6.0" } }, "minimum-stability": "dev", From de0ab52a47ea91f7013d0cacd7240ecdc85026ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Mar 2017 11:45:40 +0200 Subject: [PATCH 2/2] Updated requirements in documentation --- docs/de/user/installation.rst | 2 +- docs/en/user/installation.rst | 2 +- docs/fr/user/installation.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index cec62d182..1b7f0deea 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst @@ -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:: diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 7d3bcf619..5b229bdad 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -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:: diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 9ef5ee982..0884608db 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -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::