Skip to content

Commit e9dead1

Browse files
committed
Require spomky-labs/otphp version 11.4
1 parent 84724db commit e9dead1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"endroid/qr-code": "^6.0",
1111
"lcobucci/clock": "^3.0",
1212
"lcobucci/jwt": "^5.0",
13-
"spomky-labs/otphp": "^11.3",
13+
"spomky-labs/otphp": "^11.4",
1414
"symfony/console": "^7.4 || ^8.0",
1515
"symfony/doctrine-bridge": "^7.4 || ^8.0",
1616
"symfony/dotenv": "^7.4 || ^8.0",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ext-json": "*",
1717
"lcobucci/clock": "^3.0",
1818
"lcobucci/jwt": "^5.0",
19-
"spomky-labs/otphp": "^11.3",
19+
"spomky-labs/otphp": "^11.4",
2020
"symfony/config": "^7.4 || ^8.0",
2121
"symfony/dependency-injection": "^7.4 || ^8.0",
2222
"symfony/event-dispatcher": "^7.4 || ^8.0",

src/google-authenticator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "~8.4.0 || ~8.5.0",
1616
"scheb/2fa-bundle": "self.version",
17-
"spomky-labs/otphp": "^11.3"
17+
"spomky-labs/otphp": "^11.4"
1818
},
1919
"suggest": {
2020
"symfony/validator": "Needed if you want to use the Google Authenticator TOTP validator constraint"

src/totp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "~8.4.0 || ~8.5.0",
1616
"scheb/2fa-bundle": "self.version",
17-
"spomky-labs/otphp": "^11.3"
17+
"spomky-labs/otphp": "^11.4"
1818
},
1919
"suggest": {
2020
"symfony/validator": "Needed if you want to use the TOTP validator constraint"

0 commit comments

Comments
 (0)