File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 206
206
</service >
207
207
208
208
<!-- Commands -->
209
- <service id =" form.command.debug" class =" Symfony\Bundle\FrameworkBundle \Command\FormDebugCommand" >
209
+ <service id =" form.command.debug" class =" Symfony\Component\Form \Command\FormDebugCommand" >
210
210
<tag name =" console.command" command =" debug:form" />
211
211
<argument type =" service" id =" form.registry" />
212
212
</service >
Original file line number Diff line number Diff line change 40
40
"symfony/dom-crawler" : " ~2.8|~3.0|~4.0" ,
41
41
"symfony/polyfill-intl-icu" : " ~1.0" ,
42
42
"symfony/security" : " ~2.8|~3.0|~4.0" ,
43
- "symfony/form" : " ~3.3 |~4.0" ,
43
+ "symfony/form" : " ~3.4 |~4.0" ,
44
44
"symfony/expression-language" : " ~2.8|~3.0|~4.0" ,
45
45
"symfony/process" : " ~2.8|~3.0|~4.0" ,
46
46
"symfony/security-core" : " ~3.2|~4.0" ,
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ FrameworkBundle \Command ;
12
+ namespace Symfony \Component \ Form \Command ;
13
13
14
14
use Symfony \Component \Console \Command \Command ;
15
15
use Symfony \Component \Console \Helper \TableSeparator ;
You can’t perform that action at this time.
0 commit comments