We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496d007 commit ee432c2Copy full SHA for ee432c2
composer.json
@@ -24,7 +24,8 @@
24
"php": "^7.2.5",
25
"psr/log": "^1.0",
26
"symfony/http-client-contracts": "^1.1.8|^2",
27
- "symfony/polyfill-php73": "^1.11"
+ "symfony/polyfill-php73": "^1.11",
28
+ "symfony/service-contracts": "^1.0|^2"
29
},
30
"require-dev": {
31
"guzzlehttp/promises": "^1.3.1",
@@ -33,9 +34,7 @@
33
34
"psr/http-client": "^1.0",
35
"symfony/dependency-injection": "^4.4|^5.0",
36
"symfony/http-kernel": "^4.4|^5.0",
- "symfony/process": "^4.4|^5.0",
37
- "symfony/service-contracts": "^1.0|^2",
38
- "symfony/var-dumper": "^4.4|^5.0"
+ "symfony/process": "^4.4|^5.0"
39
40
"autoload": {
41
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },
0 commit comments