Skip to content

Commit 0da4e3a

Browse files
minor #54960 [Serializer] add missing deprecation contracts dependency (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
2 parents 0d6452b + a912c49 commit 0da4e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.2",
20+
"symfony/deprecation-contracts": "^2.5|^3",
2021
"symfony/polyfill-ctype": "~1.8"
2122
},
2223
"require-dev": {

0 commit comments

Comments
 (0)