Skip to content

Commit 29a3191

Browse files
committed
Update dependency in composer.json
The dependency for Symfony has been updated from "symfony/http-client": "^7.0" to "symfony/http-client-contracts": "^3.4". This change ensures compatibility with other parts of the codebase that use this updated version.
1 parent ced600f commit 29a3191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/console": "^7.0",
4545
"symfony/dependency-injection": "^7.0",
4646
"symfony/event-dispatcher": "^7.0",
47-
"symfony/http-client": "^7.0",
47+
"symfony/http-client-contracts": "^3.4",
4848
"symfony/http-kernel": "^7.0",
4949
"web-token/jwt-library": "^4.0"
5050
},

0 commit comments

Comments
 (0)