Skip to content

Commit 3ae9617

Browse files
committed
[HttpClient] Adding missing dependency for dev
1 parent 3314505 commit 3ae9617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"psr/http-client": "^1.0",
4040
"symfony/dependency-injection": "^4.4|^5.0",
4141
"symfony/http-kernel": "^4.4.13|^5.1.5",
42-
"symfony/process": "^4.4|^5.0"
42+
"symfony/process": "^4.4|^5.0",
43+
"symfony/stopwatch": "^4.4|^5.0"
4344
},
4445
"autoload": {
4546
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },

0 commit comments

Comments
 (0)