aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-11 02:23:56 +0000
committerGitHub <noreply@github.com>2020-05-11 02:23:56 +0000
commit27113f456284dd4b25866071ae0e5795b857d888 (patch)
tree66cd2914327f2c1f0152cc3c65c5bfae0f079513
parent557e810c1f2b2e662f163fc419014e80d5484e3a (diff)
downloadwallabag-27113f456284dd4b25866071ae0e5795b857d888.tar.gz
wallabag-27113f456284dd4b25866071ae0e5795b857d888.tar.zst
wallabag-27113f456284dd4b25866071ae0e5795b857d888.zip
Bump scheb/two-factor-bundle from 4.15.0 to 4.16.0
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/scheb/two-factor-bundle/releases) - [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.15.0...v4.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.lock39
1 files changed, 20 insertions, 19 deletions
diff --git a/composer.lock b/composer.lock
index 44bf25cb..1cfd1615 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3904,25 +3904,25 @@
3904 "authors": [ 3904 "authors": [
3905 { 3905 {
3906 "name": "Keyvan Minoukadeh", 3906 "name": "Keyvan Minoukadeh",
3907 "role": "Developer (ported original JS code to PHP)",
3908 "email": "keyvan@keyvan.net", 3907 "email": "keyvan@keyvan.net",
3909 "homepage": "http://keyvan.net" 3908 "homepage": "http://keyvan.net",
3909 "role": "Developer (ported original JS code to PHP)"
3910 }, 3910 },
3911 { 3911 {
3912 "name": "Arc90", 3912 "name": "Arc90",
3913 "role": "Developer (original JS version)", 3913 "homepage": "http://arc90.com",
3914 "homepage": "http://arc90.com" 3914 "role": "Developer (original JS version)"
3915 }, 3915 },
3916 { 3916 {
3917 "name": "Jeremy Benoist", 3917 "name": "Jeremy Benoist",
3918 "role": "Developer",
3919 "email": "jeremy.benoist@gmail.com", 3918 "email": "jeremy.benoist@gmail.com",
3920 "homepage": "http://www.j0k3r.net" 3919 "homepage": "http://www.j0k3r.net",
3920 "role": "Developer"
3921 }, 3921 },
3922 { 3922 {
3923 "name": "DitherSky", 3923 "name": "DitherSky",
3924 "role": "Developer (https://github.com/Dither/full-text-rss)", 3924 "homepage": "https://github.com/Dither",
3925 "homepage": "https://github.com/Dither" 3925 "role": "Developer (https://github.com/Dither/full-text-rss)"
3926 } 3926 }
3927 ], 3927 ],
3928 "description": "Automatic article extraction from HTML", 3928 "description": "Automatic article extraction from HTML",
@@ -7265,16 +7265,16 @@
7265 }, 7265 },
7266 { 7266 {
7267 "name": "scheb/two-factor-bundle", 7267 "name": "scheb/two-factor-bundle",
7268 "version": "v4.15.0", 7268 "version": "v4.16.0",
7269 "source": { 7269 "source": {
7270 "type": "git", 7270 "type": "git",
7271 "url": "https://github.com/scheb/two-factor-bundle.git", 7271 "url": "https://github.com/scheb/two-factor-bundle.git",
7272 "reference": "253ed9ed43078c9408acfcd32402784c383cd31d" 7272 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed"
7273 }, 7273 },
7274 "dist": { 7274 "dist": {
7275 "type": "zip", 7275 "type": "zip",
7276 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/253ed9ed43078c9408acfcd32402784c383cd31d", 7276 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/44ae7d1394296ed54aa621dd96516786ade2eeed",
7277 "reference": "253ed9ed43078c9408acfcd32402784c383cd31d", 7277 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed",
7278 "shasum": "" 7278 "shasum": ""
7279 }, 7279 },
7280 "require": { 7280 "require": {
@@ -7293,13 +7293,14 @@
7293 "symfony/twig-bundle": "^3.4|^4.0|^5.0" 7293 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7294 }, 7294 },
7295 "require-dev": { 7295 "require-dev": {
7296 "doctrine/lexer": "^1.0.1", 7296 "doctrine/persistence": "^1.3",
7297 "doctrine/orm": "^2.6",
7298 "escapestudios/symfony2-coding-standard": "^3.9", 7297 "escapestudios/symfony2-coding-standard": "^3.9",
7299 "phpunit/phpunit": "^7.0|^8.0", 7298 "phpunit/phpunit": "^7.0|^8.0|^9.0",
7300 "squizlabs/php_codesniffer": "^3.5", 7299 "squizlabs/php_codesniffer": "^3.5",
7301 "swiftmailer/swiftmailer": "^6.0", 7300 "swiftmailer/swiftmailer": "^6.0",
7302 "symfony/yaml": "^3.4|^4.0|^5.0" 7301 "symfony/polyfill-php80": "^1.15",
7302 "symfony/yaml": "^3.4|^4.0|^5.0",
7303 "vimeo/psalm": "^3.11"
7303 }, 7304 },
7304 "type": "symfony-bundle", 7305 "type": "symfony-bundle",
7305 "autoload": { 7306 "autoload": {
@@ -7329,7 +7330,7 @@
7329 "two-factor", 7330 "two-factor",
7330 "two-step" 7331 "two-step"
7331 ], 7332 ],
7332 "time": "2020-04-29T10:32:37+00:00" 7333 "time": "2020-05-08T19:32:30+00:00"
7333 }, 7334 },
7334 { 7335 {
7335 "name": "sensio/distribution-bundle", 7336 "name": "sensio/distribution-bundle",
@@ -9621,7 +9622,7 @@
9621 "email": "adrien.brault@gmail.com" 9622 "email": "adrien.brault@gmail.com"
9622 }, 9623 },
9623 { 9624 {
9624 "name": "William Durand", 9625 "name": "William DURAND",
9625 "email": "william.durand1@gmail.com" 9626 "email": "william.durand1@gmail.com"
9626 } 9627 }
9627 ], 9628 ],
@@ -9671,7 +9672,7 @@
9671 ], 9672 ],
9672 "authors": [ 9673 "authors": [
9673 { 9674 {
9674 "name": "William Durand", 9675 "name": "William DURAND",
9675 "email": "william.durand1@gmail.com" 9676 "email": "william.durand1@gmail.com"
9676 } 9677 }
9677 ], 9678 ],