Skip to content

Commit 11f92d4

Browse files
committed
bug #39503 Add missing symfony/deprecation-contracts requirement - 5.x (jderusse)
This PR was merged into the 5.3-dev branch. Discussion ---------- Add missing symfony/deprecation-contracts requirement - 5.x | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - same PR than #39494 for branch 5.x Commits ------- 00d11735d6 Add missing symfony/deprecation-contracts requirement
2 parents 133ee4b + f280ada commit 11f92d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21-
"php": ">=7.1.3"
21+
"php": ">=7.1.3",
22+
"symfony/deprecation-contracts": "^2.1"
2223
},
2324
"require-dev": {
24-
"symfony/deprecation-contracts": "^2.1",
2525
"symfony/error-handler": "^4.4|^5.0"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)