Dropping PHP 5.5

This commit is contained in:
Jeremy Benoist 2017-02-11 12:02:35 +01:00
parent abba55cdd6
commit 4cb9e0aad1
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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",