require symfony/http-client

This commit is contained in:
Uwe Steinmann 2025-12-09 12:15:14 +01:00
parent 5949c4ed35
commit 7c53c1aae4
2 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@
"symfony/console": "^7.2",
"twig/twig": "^3.0",
"league/commonmark": "^2.7",
"symfony/process": "^7.3"
"symfony/process": "^7.3",
"symfony/http-client": "^7.4"
},
"require-dev": {
"composer/composer": "dev-main"

View File

@ -75,7 +75,8 @@
"symfony/console": "^7.2",
"twig/twig": "^3.0",
"league/commonmark": "^2.7",
"symfony/process": "^7.3"
"symfony/process": "^7.3",
"symfony/http-client": "^7.4"
},
"require-dev": {
"composer/composer": "dev-main",