Commit 38443e3
committed
minor #52176 [Routing] Fix requiring symfony/deprecation-contracts (fancyweb)
This PR was merged into the 7.0 branch.
Discussion
----------
[Routing] Fix requiring symfony/deprecation-contracts
| Q | A
| ------------- | ---
| Branch? | 7.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
In symfony/symfony#51177 I added it by mistake in require-dev instead of require 🤦♂️
It's always needed for the deprecated routes feature.
Commits
-------
21be1628ba [Routing] Fix requiring symfony/deprecation-contracts1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
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