Skip to content

Commit a87b4ff

Browse files
authored
Merge pull request #54 from ElieSauveterre/master
Redirect to configuration url instead of home
2 parents 51e53ef + 829661c commit a87b4ff

File tree

3 files changed

+542
-6
lines changed

3 files changed

+542
-6
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"require": {
2121
"php": ">=7.1",
2222
"Spomky-Labs/otphp": "^9.0",
23-
"paragonie/constant_time_encoding": "^2.0"
23+
"paragonie/constant_time_encoding": "^2.0",
24+
"endroid/qr-code": "^3.5"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)