mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 04:21:06 +00:00
Jump to PHP 7.1+
This commit is contained in:
parent
b878be4cc9
commit
3c7900d0cd
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
"issues": "https://github.com/wallabag/wallabag/issues"
|
"issues": "https://github.com/wallabag/wallabag/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=7.1.0",
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"doctrine/doctrine-bundle": "^1.8.0",
|
"doctrine/doctrine-bundle": "^1.8.0",
|
||||||
"doctrine/doctrine-cache-bundle": "^1.3.2",
|
"doctrine/doctrine-cache-bundle": "^1.3.2",
|
||||||
"twig/extensions": "^1.5.1",
|
"twig/extensions": "^1.5.1",
|
||||||
"symfony/swiftmailer-bundle": "^2.6.7",
|
"symfony/swiftmailer-bundle": "^3.2.3",
|
||||||
"symfony/monolog-bundle": "^3.1.2",
|
"symfony/monolog-bundle": "^3.1.2",
|
||||||
"sensio/distribution-bundle": "^5.0.21",
|
"sensio/distribution-bundle": "^5.0.21",
|
||||||
"sensio/framework-extra-bundle": "^5.2.1",
|
"sensio/framework-extra-bundle": "^5.2.1",
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin",
|
"bin-dir": "bin",
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "5.6.0"
|
"php": "7.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
|
Loading…
Reference in a new issue