Skip to content

Commit

Permalink
minor #54815 add missing deprecation contracts dependency (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed May 2, 2024
2 parents 97e3d54 + f039ca0 commit 97f7c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/HttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "^3.4.1",
"symfony/service-contracts": "^2.5|^3"
},
Expand Down

0 comments on commit 97f7c4b

Please sign in to comment.