Issue #3299305 by Project Update Bot, jcnventura: Add support to Drupal 1
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- services_tfa/services_tfa.info.yml 1 addition, 1 deletionservices_tfa/services_tfa.info.yml
- tests/src/Functional/TfaLoginControllerTest.php 0 additions, 1 deletiontests/src/Functional/TfaLoginControllerTest.php
- tfa.info.yml 1 addition, 1 deletiontfa.info.yml
... | ... | @@ -8,7 +8,7 @@ |
"php": ">=7.0", | ||
"chillerlan/php-qrcode": "^1.0.9 || ^2.0 || ^3.2 || ^4.0", | ||
"christian-riesen/otp": "^2.1", | ||
"drupal/encrypt": "~3.0" | ||
"drupal/encrypt": "^3.1" | ||
}, | ||
"extra": { | ||
"drush": { | ||
... | ... |
Please register or sign in to comment