Skip to content

Commit c156493

Browse files
committed
Allow v3 contracts where possible
1 parent 238110e commit c156493

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
@@ -20,7 +20,7 @@
2020
"ext-xml": "*",
2121
"symfony/config": "^4.4|^5.0|^6.0",
2222
"symfony/dependency-injection": "^5.3|^6.0",
23-
"symfony/deprecation-contracts": "^2.1",
23+
"symfony/deprecation-contracts": "^2.1|^3",
2424
"symfony/event-dispatcher": "^5.1|^6.0",
2525
"symfony/http-kernel": "^5.3|^6.0",
2626
"symfony/http-foundation": "^5.3|^6.0",

0 commit comments

Comments
 (0)