Skip to content

Commit 05bce9b

Browse files
tompiardNyholm
authored andcommitted
Tagged FormTypeHelp extractor (#310)
* Tagged FormTypeHelp extractor * Bump lowest version of extractor
1 parent c2f58a6 commit 05bce9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Resources/config/extractors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ services:
3636
tags:
3737
- { name: 'php_translation.visitor', type: 'php' }
3838

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+
3944
php_translation.extractor.php.visitor.FormTypeInvalidMessage:
4045
class: Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage
4146
tags:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
"php-translation/common": "^1.0",
2222
"php-translation/symfony-storage": "^1.0",
23-
"php-translation/extractor": "^1.3",
23+
"php-translation/extractor": "^1.6",
2424
"nyholm/nsa": "^1.1",
2525
"twig/twig": "<1.39 || ^2.0,<2.8"
2626
},

0 commit comments

Comments
 (0)