mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-05 18:27:37 +01:00
Merge pull request #2861 from wallabag/2.3-droping-5.5
Dropping PHP 5.5
This commit is contained in:
commit
6ae579e43f
@ -24,7 +24,6 @@ cache:
|
|||||||
- $HOME/.npm
|
- $HOME/.npm
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.5
|
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"issues": "https://github.com/wallabag/wallabag/issues"
|
"issues": "https://github.com/wallabag/wallabag/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.9",
|
"php": ">=5.6.0",
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin",
|
"bin-dir": "bin",
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.5.9"
|
"php": "5.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
@ -4,7 +4,7 @@ Installation von wallabag
|
|||||||
Voraussetzungen
|
Voraussetzungen
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7.
|
wallabag ist kompatibel mit **PHP >= 5.6**, inkl. PHP 7.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Install wallabag
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
wallabag is compatible with PHP >= 5.5, including PHP 7.
|
wallabag is compatible with **PHP >= 5.6**, including PHP 7.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Installer wallabag
|
|||||||
Pré-requis
|
Pré-requis
|
||||||
------------
|
------------
|
||||||
|
|
||||||
wallabag est compatible avec PHP >= 5.5, PHP 7 inclus.
|
wallabag est compatible avec **PHP >= 5.6**, PHP 7 inclus.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user