Allow/suggest new v3 releases of 2amigos 2fa dependencies

This commit is contained in:
tonis
2024-02-26 17:22:12 +02:00
parent bb917cd0cf
commit 66616e2bd2
2 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
- Enh: Keycloak auth client (e.luhr) - Enh: Keycloak auth client (e.luhr)
- Fix: Social Network Auth (eluhr) - Fix: Social Network Auth (eluhr)
- Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
## 1.6.2 Jan 4th, 2024 ## 1.6.2 Jan 4th, 2024

View File

@ -49,13 +49,13 @@
}, },
"suggest": { "suggest": {
"yiisoft/yii2-symfonymailer": "A mailer driver is needed to send e-mails. Older versions use abandoned Swiftmailer which can be replaced with symfonymailer", "yiisoft/yii2-symfonymailer": "A mailer driver is needed to send e-mails. Older versions use abandoned Swiftmailer which can be replaced with symfonymailer",
"2amigos/2fa-library": "Needed if you want to enable 2 Factor Authentication. Require version ^1.0", "2amigos/2fa-library": "Needed if you want to enable 2 Factor Authentication. Require version ^2 or ^3",
"2amigos/qrcode-library": "Needed if you want to enable 2FA with QR Code generation. Require version ^1.1" "2amigos/qrcode-library": "Needed if you want to enable 2FA with QR Code generation. Require version ^2 or ^3"
}, },
"require-dev": { "require-dev": {
"php": ">=7.4", "php": ">=7.4",
"2amigos/2fa-library": "^2.0", "2amigos/2fa-library": "^2.0|^3.0",
"2amigos/qrcode-library": "^2.0", "2amigos/qrcode-library": "^2.0|^3.0",
"friendsofphp/php-cs-fixer": "^3", "friendsofphp/php-cs-fixer": "^3",
"yiisoft/yii2-symfonymailer": "^2|^3", "yiisoft/yii2-symfonymailer": "^2|^3",
"squizlabs/php_codesniffer": "*", "squizlabs/php_codesniffer": "*",