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-11-25 10:08:45 +0100
commit3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10 (patch)
treebf2da97df3c1a508d872b74cff00d3a53e7abd5e
parentb878be4cc99fd4927c70b59386cf7a57b33bb381 (diff)
downloadwallabag-3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10.tar.gz
wallabag-3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10.tar.zst
wallabag-3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10.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 6d5415ab..4f234861 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",