Commit 7b48483
committed
minor symfony#52178 [Messenger] Fix requiring symfony/deprecation-contracts (fancyweb)
This PR was merged into the 6.3 branch.
Discussion
----------
[Messenger] Fix requiring symfony/deprecation-contracts
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
In symfony#51174 I added it by mistake in require-dev instead of require 🤦♂️
Commits
-------
7cd5576 [Messenger] Fix requiring symfony/deprecation-contracts1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments