diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2019-01-30 01:02:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 01:02:27 +0100 |
commit | 2e5b3fa361098498a9e42a65396a27e1eb487fba (patch) | |
tree | f20677c3d68c1ea756f0835ff179a0d7d3431a67 /composer.json | |
parent | c6024246b744e411175318065f7c396bbb5a213e (diff) | |
parent | 4654a83b6438b88e3b7062a21d18999d9df2fb8e (diff) | |
download | wallabag-2e5b3fa361098498a9e42a65396a27e1eb487fba.tar.gz wallabag-2e5b3fa361098498a9e42a65396a27e1eb487fba.tar.zst wallabag-2e5b3fa361098498a9e42a65396a27e1eb487fba.zip |
Merge pull request #3798 from wallabag/update-two-factor-bundle
Enable OTP 2FA
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 21d71b74..7678d7b8 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", |
@@ -87,7 +87,8 @@ | |||
87 | "friendsofsymfony/jsrouting-bundle": "^2.2", | 87 | "friendsofsymfony/jsrouting-bundle": "^2.2", |
88 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 88 | "bdunogier/guzzle-site-authenticator": "^1.0.0", |
89 | "defuse/php-encryption": "^2.1", | 89 | "defuse/php-encryption": "^2.1", |
90 | "html2text/html2text": "^4.1" | 90 | "html2text/html2text": "^4.1", |
91 | "pragmarx/recovery": "^0.1.0" | ||
91 | }, | 92 | }, |
92 | "require-dev": { | 93 | "require-dev": { |
93 | "doctrine/doctrine-fixtures-bundle": "~3.0", | 94 | "doctrine/doctrine-fixtures-bundle": "~3.0", |
@@ -147,7 +148,7 @@ | |||
147 | "config": { | 148 | "config": { |
148 | "bin-dir": "bin", | 149 | "bin-dir": "bin", |
149 | "platform": { | 150 | "platform": { |
150 | "php": "7.1" | 151 | "php": "7.1.3" |
151 | } | 152 | } |
152 | }, | 153 | }, |
153 | "minimum-stability": "dev", | 154 | "minimum-stability": "dev", |