Skip to content

Commit 9472142

Browse files
committed
Allow v3 contracts where possible
1 parent 734f2b6 commit 9472142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/http-kernel": "^4.4|^5.0|^6.0",
2525
"symfony/serializer": "^4.4|^5.0|^6.0",
26-
"symfony/deprecation-contracts": "^2.1"
26+
"symfony/deprecation-contracts": "^2.1|^3"
2727
},
2828
"autoload": {
2929
"psr-4": { "Symfony\\Component\\ErrorHandler\\": "" },

0 commit comments

Comments
 (0)