Skip to content

Commit ced600f

Browse files
committed
Update Symfony HTTP client package in composer.json
The Symfony HTTP client package has been updated in this commit. The http-client-contracts version was changed to "^3.4" from the main requirements, and the http-client was added to the dev requirements at version "^7.0". This change is expected to better suit the different development and production environments.
1 parent e40d862 commit ced600f

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
@@ -58,7 +58,7 @@
5858
"symfony/console": "^7.0",
5959
"symfony/dependency-injection": "^7.0",
6060
"symfony/event-dispatcher": "^7.0",
61-
"symfony/http-client": "^7.0",
61+
"symfony/http-client-contracts": "^3.4",
6262
"symfony/http-kernel": "^7.0"
6363
},
6464
"require-dev": {
@@ -88,6 +88,7 @@
8888
"staabm/phpstan-todo-by": "^0.1.25",
8989
"struggle-for-php/sfp-phpstan-psr-log": "^0.20.0",
9090
"symfony/browser-kit": "^7.0",
91+
"symfony/http-client": "^7.0",
9192
"symfony/clock": "^7.0",
9293
"symfony/finder": "^7.0",
9394
"symfony/framework-bundle": "^7.0",

0 commit comments

Comments
 (0)