8000 [HttpClient] Fix deps · symfony/symfony@a266b35 · GitHub
[go: up one dir, main page]

Skip to content

Commit a266b35

Browse files
< 8000 div class="d-flex flex-column gap-2 width-full">
[HttpClient] Fix deps
1 parent af81b8b commit a266b35

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"php": "^7.2.5",
2525
"psr/log": "^1.0",
2626
"symfony/http-client-contracts": "^1.1.8|^2",
27-
"symfony/polyfill-php73": "^1.11"
27+
"symfony/polyfill-php73": "^1.11",
28+
"symfony/service-contracts": "^1.0|^2"
2829
},
2930
"require-dev": {
3031
"guzzlehttp/promises": "^1.3.1",
@@ -33,9 +34,7 @@
3334
"psr/http-client": "^1.0",
3435
"symfony/dependency-injection": "^4.4|^5.0",
3536
"symfony/http-kernel": "^4.4|^5.0",
36-
"symfony/process": "^4.4|^5.0",
37-
"symfony/service-contracts": "^1.0|^2",
38-
"symfony/var-dumper": "^4.4|^5.0"
37+
"symfony/process": "^4.4|^5.0"
3938
},
4039
"autoload": {
4140
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },

0 commit comments

Comments
 (0)
0