Skip to content

Commit

Permalink
minor #54960 [Serializer] add missing deprecation contracts dependenc…
Browse files Browse the repository at this point in the history
…y (xabbuh)

This PR was merged into the 7.1 branch.

Discussion
----------

[Serializer] add missing deprecation contracts dependency

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

required since #54643

Commits
-------

a912c49 add missing deprecation contracts dependency
  • Loading branch information
nicolas-grekas committed May 17, 2024
2 parents 0d6452b + a912c49 commit 0da4e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8"
},
"require-dev": {
Expand Down

0 comments on commit 0da4e3a

Please sign in to comment.