Skip to content

Commit

Permalink
Support spomky-labs/otphp v11
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan authored and scheb committed Aug 1, 2022
1 parent db3dec7 commit da37027
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"endroid/qr-code": "^4.0",
"lcobucci/jwt": "^4.0",
"paragonie/constant_time_encoding": "^2.4",
"spomky-labs/otphp": "^10.0",
"spomky-labs/otphp": "^10.0 || ^11.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/mailer": "^5.4 || ^6.0",
"symfony/monolog-bundle": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-json": "*",
"lcobucci/jwt": "^4.0",
"paragonie/constant_time_encoding": "^2.4",
"spomky-labs/otphp": "^10.0",
"spomky-labs/otphp": "^10.0 || ^11.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/google-authenticator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0",
"scheb/2fa-bundle": "self.version",
"spomky-labs/otphp": "^10.0",
"spomky-labs/otphp": "^10.0 || ^11.0",
"paragonie/constant_time_encoding": "^2.4"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/totp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0",
"scheb/2fa-bundle": "self.version",
"spomky-labs/otphp": "^10.0",
"spomky-labs/otphp": "^10.0 || ^11.0",
"paragonie/constant_time_encoding": "^2.4"
},
"autoload": {
Expand Down

0 comments on commit da37027

Please sign in to comment.