mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Dropping PHP 5.5
This commit is contained in:
parent
abba55cdd6
commit
4cb9e0aad1
2 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,6 @@ cache:
|
|||
- $HOME/.npm
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue