-
- Downloads
Fix phpstan errors level 2
parent
5b086ff6
No related branches found
No related tags found
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- src/Security/EmailVerifier.php 6 additions, 6 deletionssrc/Security/EmailVerifier.php
- tests/functional/RegistrationControllerTest.php 2 additions, 0 deletionstests/functional/RegistrationControllerTest.php
- tests/functional/ResetPasswordControllerTest.php 1 addition, 0 deletionstests/functional/ResetPasswordControllerTest.php
... | ... | @@ -69,7 +69,8 @@ |
"symfony/maker-bundle": "^1.0", | ||
"symfony/phpunit-bridge": "^5.3", | ||
"symfony/stopwatch": "5.3.*", | ||
"symfony/web-profiler-bundle": "5.3.*" | ||
"symfony/web-profiler-bundle": "5.3.*", | ||
"ext-imap": "*" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
... | ... |
Please register or sign in to comment