Merge pull request #2861 from wallabag/2.3-droping-5.5

Dropping PHP 5.5
This commit is contained in:
Jérémy Benoist
2017-03-28 13:18:17 +02:00
committed by GitHub
5 changed files with 5 additions and 6 deletions

View 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": "*",
@ -130,7 +130,7 @@
"config": {
"bin-dir": "bin",
"platform": {
"php": "5.5.9"
"php": "5.6.0"
}
},
"minimum-stability": "dev",