Commit 4dcb217
committed
minor symfony#59402 [PropertyAccess] Move dependency definitions outside of Extension (HypeMC)
This PR was merged into the 7.3 branch.
Discussion
----------
[PropertyAccess] Move dependency definitions outside of Extension
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
I see no reason why the dependencies should be defined in the extension.
Commits
-------
750a3fb [PropertyAccess] Move dependency definitions outside of ExtensionFile tree
2 files changed
+4
-6
lines changed- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
2 files changed
+4
-6
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | | - | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| |||
1810 | 1808 | | |
1811 | 1809 | | |
1812 | 1810 | | |
1813 | | - | |
1814 | | - | |
1815 | 1811 | | |
1816 | 1812 | | |
1817 | 1813 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | | - | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments