Skip to content

Commit 0fd6f48

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 27b26aa + dd9c35a commit 0fd6f48

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/polyfill-mbstring": "~1.1",
2222
"symfony/polyfill-php80": "^1.16"
2323
},

0 commit comments

Comments
 (0)