diff options
-rw-r--r-- | composer.json | 6 |
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", |