Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59642e9 commit c864bfcCopy full SHA for c864bfc
src/Symfony/Component/Validator/Constraints/NotPwnedValidator.php
@@ -11,10 +11,10 @@
11
12
namespace Symfony\Component\Validator\Constraints;
13
14
+use Symfony\Component\HttpClient\HttpClient;
15
use Symfony\Component\Validator\Constraint;
16
use Symfony\Component\Validator\ConstraintValidator;
17
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
-use Symfony\Component\HttpClient\HttpClient;
18
use Symfony\Contracts\HttpClient\Exception\ExceptionInterface;
19
use Symfony\Contracts\HttpClient\HttpClientInterface;
20
src/Symfony/Component/Validator/composer.json
@@ -22,6 +22,7 @@
22
"symfony/polyfill-mbstring": "~1.0"
23
},
24
"require-dev": {
25
+ "symfony/http-client": "^4.3",
26
"symfony/http-foundation": "~4.1",
27
"symfony/http-kernel": "~3.4|~4.0",
28
"symfony/var-dumper": "~3.4|~4.0",
0 commit comments