Skip to content

Commit ae6575e

Browse files
minor #52180 [Messenger] Fix requiring symfony/deprecation-contracts (fancyweb)
This PR was merged into the 7.0 branch. Discussion ---------- [Messenger] Fix requiring symfony/deprecation-contracts | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT Cleanup after merge Commits ------- 632c379 [Messenger] Fix requiring symfony/deprecation-contracts
2 parents ac586b3 + 632c379 commit ae6575e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Messenger/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"psr/log": "^1|^2|^3",
21-
"symfony/clock": "^6.4|^7.0",
22-
"symfony/deprecation-contracts": "^2.5|^3"
21+
"symfony/clock": "^6.4|^7.0"
2322
},
2423
"require-dev": {
2524
"psr/cache": "^1.0|^2.0|^3.0",

0 commit comments

Comments
 (0)