Skip to content

Commit 8399f9c

Browse files
committed
bug #39502 Add missing symfony/deprecation-contracts requirement - 5.2 (jderusse)
This PR was merged into the 5.2 branch. Discussion ---------- Add missing symfony/deprecation-contracts requirement - 5.2 | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - same PR than #39494 for branch 5.2 Commits ------- bdf8744 Add missing symfony/deprecation-contracts requirement
2 parents 862b199 + bdf8744 commit 8399f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Lock/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"psr/log": "~1.0",
21+
"symfony/deprecation-contracts": "^2.1",
2122
"symfony/polyfill-php80": "^1.15"
2223
},
2324
"require-dev": {

0 commit comments

Comments
 (0)