mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use u2f bundle from packageist, as it now supports Symfony 5 too.
This commit is contained in:
parent
0753c1fe8f
commit
22c140627e
2 changed files with 12 additions and 21 deletions
|
@ -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-symfony5-support",
|
"r/u2f-two-factor-bundle": "^0.8.0",
|
||||||
"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,11 +124,5 @@
|
||||||
"allow-contrib": false,
|
"allow-contrib": false,
|
||||||
"require": "5.0.*"
|
"require": "5.0.*"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
23
composer.lock
generated
23
composer.lock
generated
|
@ -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": "ac50404e523c74a9447d5ebf004fa4a8",
|
"content-hash": "da1b9b0e409094ff42c6f654ed9f0918",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "beberlei/assert",
|
"name": "beberlei/assert",
|
||||||
|
@ -3898,16 +3898,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "r/u2f-two-factor-bundle",
|
"name": "r/u2f-two-factor-bundle",
|
||||||
"version": "dev-symfony5-support",
|
"version": "0.8.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git",
|
"url": "https://github.com/darookee/u2f-two-factor-bundle.git",
|
||||||
"reference": "934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7"
|
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jbtronics/u2f-two-factor-bundle/zipball/934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7",
|
"url": "https://api.github.com/repos/darookee/u2f-two-factor-bundle/zipball/36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
|
||||||
"reference": "934e1c98e0dc7ef9ce731f9dfe87d5b86a38d9b7",
|
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3934,6 +3934,7 @@
|
||||||
"R\\U2FTwoFactorBundle\\": ""
|
"R\\U2FTwoFactorBundle\\": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
|
@ -3950,17 +3951,14 @@
|
||||||
"description": "Use U2F-Keys as 2FA for Symfony2, using scheb/two-factor-bundle",
|
"description": "Use U2F-Keys as 2FA for Symfony2, using scheb/two-factor-bundle",
|
||||||
"homepage": "https://github.com/darookee/u2f-two-factor-bundle",
|
"homepage": "https://github.com/darookee/u2f-two-factor-bundle",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authentication",
|
"Authentication",
|
||||||
|
"Symfony2",
|
||||||
"fido",
|
"fido",
|
||||||
"symfony2",
|
|
||||||
"two-factor",
|
"two-factor",
|
||||||
"two-step",
|
"two-step",
|
||||||
"yubikey"
|
"yubikey"
|
||||||
],
|
],
|
||||||
"support": {
|
"time": "2020-05-19T07:35:18+00:00"
|
||||||
"source": "https://github.com/jbtronics/u2f-two-factor-bundle/tree/symfony5-support"
|
|
||||||
},
|
|
||||||
"time": "2020-05-10T17:45:27+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "s9e/regexp-builder",
|
"name": "s9e/regexp-builder",
|
||||||
|
@ -12375,7 +12373,6 @@
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"r/u2f-two-factor-bundle": 20,
|
|
||||||
"roave/security-advisories": 20
|
"roave/security-advisories": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue