Use u2f bundle from packageist, as it now supports Symfony 5 too.

This commit is contained in:
Jan Böhmer 2020-05-26 18:35:09 +02:00
parent 0753c1fe8f
commit 22c140627e
2 changed files with 12 additions and 21 deletions

View file

@ -24,7 +24,7 @@
"ocramius/proxy-manager": "2.2.*",
"omines/datatables-bundle": "^0.4.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",
"scheb/two-factor-bundle": "^4.11",
"sensio/framework-extra-bundle": "^5.1",
@ -124,11 +124,5 @@
"allow-contrib": false,
"require": "5.0.*"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
}
]
}
}