Skip to content

Commit c07f42f

Browse files
minor #44209 Allow v3 contracts where possible (derrabus)
This PR was merged into the 5.4 branch. Discussion ---------- Allow v3 contracts where possible | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- e171a3e51e Allow v3 contracts where possible
2 parents 6a92f2b + dcfa0ab commit c07f42f

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/security-core": "^5.4|^6.0",
2222
"symfony/http-foundation": "^5.3|^6.0",
2323
"symfony/http-kernel": "^5.3|^6.0",

0 commit comments

Comments
 (0)