[HttpClient] Adding missing dependency for dev

This commit is contained in:
Nyholm 2020-10-24 10:12:34 +02:00
parent d1c57399f8
commit 552e704d6c
No known key found for this signature in database
GPG Key ID: 1187B6F70C4F519E

View File

@ -39,7 +39,8 @@
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4.13|^5.1.5",
"symfony/process": "^4.4|^5.0"
"symfony/process": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },