Fixed U2F support.

This commit is contained in:
Jan Böhmer 2020-05-10 19:49:35 +02:00
parent 95e0ae3953
commit c9acd618ca
2 changed files with 16 additions and 16 deletions

View file

@ -24,7 +24,7 @@
"ocramius/proxy-manager": "2.2.*", "ocramius/proxy-manager": "2.2.*",
"omines/datatables-bundle": "^0.4.0", "omines/datatables-bundle": "^0.4.0",
"php-translation/symfony-bundle": "^0.12.0", "php-translation/symfony-bundle": "^0.12.0",
"r/u2f-two-factor-bundle": "dev-dev-symfony5", "r/u2f-two-factor-bundle": "dev-symfony5-support",
"s9e/text-formatter": "^2.1", "s9e/text-formatter": "^2.1",
"scheb/two-factor-bundle": "^4.11", "scheb/two-factor-bundle": "^4.11",
"sensio/framework-extra-bundle": "^5.1", "sensio/framework-extra-bundle": "^5.1",
@ -124,7 +124,7 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/stephanvierkant/u2f-two-factor-bundle.git" "url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
} }
] ]
} }

28
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9c3907def7965c1e7338ea973b7becfc", "content-hash": "19cd1b3160aed1bd1f07a776339b462d",
"packages": [ "packages": [
{ {
"name": "beberlei/assert", "name": "beberlei/assert",
@ -3853,16 +3853,16 @@
}, },
{ {
"name": "r/u2f-two-factor-bundle", "name": "r/u2f-two-factor-bundle",
"version": "dev-dev-symfony5", "version": "dev-symfony5-support",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/stephanvierkant/u2f-two-factor-bundle.git", "url": "https://github.com/jbtronics/u2f-two-factor-bundle.git",
"reference": "2adf2d83ffb9d82715cdd1d742daf8e42b7ef2d0" "reference": "934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/stephanvierkant/u2f-two-factor-bundle/zipball/2adf2d83ffb9d82715cdd1d742daf8e42b7ef2d0", "url": "https://api.github.com/repos/jbtronics/u2f-two-factor-bundle/zipball/934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7",
"reference": "2adf2d83ffb9d82715cdd1d742daf8e42b7ef2d0", "reference": "934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3881,7 +3881,7 @@
"tubssz/u2f-two-factor-bundle": "*" "tubssz/u2f-two-factor-bundle": "*"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.18" "phpstan/phpstan": "^0.11.6"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
@ -3913,9 +3913,9 @@
"yubikey" "yubikey"
], ],
"support": { "support": {
"source": "https://github.com/stephanvierkant/u2f-two-factor-bundle/tree/dev-symfony5" "source": "https://github.com/jbtronics/u2f-two-factor-bundle/tree/symfony5-support"
}, },
"time": "2020-04-23T19:59:51+00:00" "time": "2020-05-10T17:45:27+00:00"
}, },
{ {
"name": "s9e/regexp-builder", "name": "s9e/regexp-builder",
@ -10490,16 +10490,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.23", "version": "0.12.24",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "71e529efced79e055fa8318b692e7f7d03ea4e75" "reference": "823a120fea50b68742b2be2285818202ecce511e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/71e529efced79e055fa8318b692e7f7d03ea4e75", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/823a120fea50b68742b2be2285818202ecce511e",
"reference": "71e529efced79e055fa8318b692e7f7d03ea4e75", "reference": "823a120fea50b68742b2be2285818202ecce511e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10528,7 +10528,7 @@
"MIT" "MIT"
], ],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-05-05T12:55:44+00:00" "time": "2020-05-10T14:25:55+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",