File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ services:
36
36
tags :
37
37
- { name: 'php_translation.visitor', type: 'php' }
38
38
39
+ php_translation.extractor.php.visitor.FormTypeHelp :
40
+ class : Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp
41
+ tags :
42
+ - { name: 'php_translation.visitor', type: 'php' }
43
+
39
44
php_translation.extractor.php.visitor.FormTypeInvalidMessage :
40
45
class : Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage
41
46
tags :
Original file line number Diff line number Diff line change 20
20
21
21
"php-translation/common" : " ^1.0" ,
22
22
"php-translation/symfony-storage" : " ^1.0" ,
23
- "php-translation/extractor" : " ^1.3 " ,
23
+ "php-translation/extractor" : " ^1.6 " ,
24
24
"nyholm/nsa" : " ^1.1" ,
25
25
"twig/twig" : " <1.39 || ^2.0,<2.8"
26
26
},
You can’t perform that action at this time.
0 commit comments