aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 20:26:18 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 20:26:18 +0200
commit40a7430fe6d727e7717281f045991389b079a2bb (patch)
treeb0bf89e061182dcd35de5b26c97e0874f881623d
parente673b54f702f274a087e4feff409663d9636e57b (diff)
downloadwallabag-40a7430fe6d727e7717281f045991389b079a2bb.tar.gz
wallabag-40a7430fe6d727e7717281f045991389b079a2bb.tar.zst
wallabag-40a7430fe6d727e7717281f045991389b079a2bb.zip
Jump to PHP 7.1+
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index f209a5c2..d8a4a478 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
28 "issues": "https://github.com/wallabag/wallabag/issues" 28 "issues": "https://github.com/wallabag/wallabag/issues"
29 }, 29 },
30 "require": { 30 "require": {
31 "php": ">=5.6.0", 31 "php": ">=7.1.0",
32 "ext-pcre": "*", 32 "ext-pcre": "*",
33 "ext-dom": "*", 33 "ext-dom": "*",
34 "ext-curl": "*", 34 "ext-curl": "*",
@@ -48,7 +48,7 @@
48 "doctrine/doctrine-bundle": "^1.8.0", 48 "doctrine/doctrine-bundle": "^1.8.0",
49 "doctrine/doctrine-cache-bundle": "^1.3.2", 49 "doctrine/doctrine-cache-bundle": "^1.3.2",
50 "twig/extensions": "^1.5.1", 50 "twig/extensions": "^1.5.1",
51 "symfony/swiftmailer-bundle": "^2.6.7", 51 "symfony/swiftmailer-bundle": "^3.2.3",
52 "symfony/monolog-bundle": "^3.1.2", 52 "symfony/monolog-bundle": "^3.1.2",
53 "sensio/distribution-bundle": "^5.0.21", 53 "sensio/distribution-bundle": "^5.0.21",
54 "sensio/framework-extra-bundle": "^5.2.1", 54 "sensio/framework-extra-bundle": "^5.2.1",
@@ -131,7 +131,7 @@
131 "config": { 131 "config": {
132 "bin-dir": "bin", 132 "bin-dir": "bin",
133 "platform": { 133 "platform": {
134 "php": "5.6.0" 134 "php": "7.1.0"
135 } 135 }
136 }, 136 },
137 "minimum-stability": "dev", 137 "minimum-stability": "dev",