diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 21d71b74..771580c6 100644 --- a/composer.json +++ b/composer.json | |||
@@ -31,7 +31,7 @@ | |||
31 | "issues": "https://github.com/wallabag/wallabag/issues" | 31 | "issues": "https://github.com/wallabag/wallabag/issues" |
32 | }, | 32 | }, |
33 | "require": { | 33 | "require": { |
34 | "php": ">=7.1.0", | 34 | "php": ">=7.1.3", |
35 | "ext-pcre": "*", | 35 | "ext-pcre": "*", |
36 | "ext-dom": "*", | 36 | "ext-dom": "*", |
37 | "ext-curl": "*", | 37 | "ext-curl": "*", |
@@ -70,7 +70,7 @@ | |||
70 | "friendsofsymfony/user-bundle": "2.0.*", | 70 | "friendsofsymfony/user-bundle": "2.0.*", |
71 | "friendsofsymfony/oauth-server-bundle": "^1.5", | 71 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
72 | "stof/doctrine-extensions-bundle": "^1.2", | 72 | "stof/doctrine-extensions-bundle": "^1.2", |
73 | "scheb/two-factor-bundle": "^2.14", | 73 | "scheb/two-factor-bundle": "^3.0", |
74 | "grandt/phpepub": "dev-master", | 74 | "grandt/phpepub": "dev-master", |
75 | "wallabag/php-mobi": "~1.0", | 75 | "wallabag/php-mobi": "~1.0", |
76 | "kphoen/rulerz-bundle": "~0.13", | 76 | "kphoen/rulerz-bundle": "~0.13", |
@@ -147,7 +147,7 @@ | |||
147 | "config": { | 147 | "config": { |
148 | "bin-dir": "bin", | 148 | "bin-dir": "bin", |
149 | "platform": { | 149 | "platform": { |
150 | "php": "7.1" | 150 | "php": "7.1.3" |
151 | } | 151 | } |
152 | }, | 152 | }, |
153 | "minimum-stability": "dev", | 153 | "minimum-stability": "dev", |