8000 widen the version constraint for symfony/deprecation-contracts · jschaedl/symfony@4a90220 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a90220

Browse files
committed
widen the version constraint for symfony/deprecation-contracts
1 parent 4dea4e0 commit 4a90220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"symfony/polyfill-ctype": "~1.8",
21-
"symfony/deprecation-contracts": "^3.4@dev"
21+
"symfony/deprecation-contracts": "^2.5|^3"
2222
},
2323
"require-dev": {
2424
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",

0 commit comments

Comments
 (0)
0