Skip to content

Commit 97f7c4b

Browse files
minor symfony#54815 add missing deprecation contracts dependency (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- add missing deprecation contracts dependency | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f039ca0 add missing deprecation contracts dependency
2 parents 97e3d54 + f039ca0 commit 97f7c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"require": {
2525
"php": ">=8.2",
2626
"psr/log": "^1|^2|^3",
27+
"symfony/deprecation-contracts": "^2.5|^3",
2728
"symfony/http-client-contracts": "^3.4.1",
2829
"symfony/service-contracts": "^2.5|^3"
2930
},

0 commit comments

Comments
 (0)