Commit 1cfb4ef
committed
[TASK] Adapt for upcoming Symfony 5.3 command tag properties
With the Symfony PR symfony/symfony#39851
new depndency injection console.command tag properties are
supported, which allow to inject the description and
the hidden state into console commands.
In order to maintain a consistent console.command DI tag syntax
between Symfony and TYPO3 core, we now add forward compatibility
for this change.
Releases: master, 10.4
Resolves: #93425
Related: #93174
Change-Id: Ie5dac65deaede2099f2d337466295bd2815ce918
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67600
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Benjamin Franzke <bfr@qbus.de>
Reviewed-by: Benjamin Franzke <bfr@qbus.de>1 parent 7641b28 commit 1cfb4ef
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
| |||
0 commit comments