Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c864bfc

Browse files
committed
Add missing require-dev
1 parent 59642e9 commit c864bfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Validator/Constraints/NotPwnedValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14+
use Symfony\Component\HttpClient\HttpClient;
1415
use Symfony\Component\Validator\Constraint;
1516
use Symfony\Component\Validator\ConstraintValidator;
1617
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
17-
use Symfony\Component\HttpClient\HttpClient;
1818
use Symfony\Contracts\HttpClient\Exception\ExceptionInterface;
1919
use Symfony\Contracts\HttpClient\HttpClientInterface;
2020

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/polyfill-mbstring": "~1.0"
2323
},
2424
"require-dev": {
25+
"symfony/http-client": "^4.3",
2526
"symfony/http-foundation": "~4.1",
2627
"symfony/http-kernel": "~3.4|~4.0",
2728
"symfony/var-dumper": "~3.4|~4.0",

0 commit comments

Comments
 (0)