Skip to content

Commit

Permalink
Fix(web-twig): Add missing service registration for ComponentLexer
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 30, 2022
1 parent 006e3c5 commit 5f94b44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Unreleased
- Require compiler as separate dependency
- Refactor components and update their readme
- Chore: Require v2 of twigx-bundle and remove minimum stability flag
- Fix: Add missing service registration for ComponentLexer

## 1.8.0 - 2022-07-18
- Update `Tag` - add sizes, split theme and color classes, allow elementType change
Expand Down
6 changes: 6 additions & 0 deletions packages/web-twig/src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ services:
Lmc\SpiritWebTwigBundle\Twig\BoolpropExtension:
tags:
- { name: twig.extension }

Lmc\TwigXBundle\Compiler\ComponentLexer:
arguments:
- '@twig'
- []
- '%spirit_web_twig.paths_alias%'

0 comments on commit 5f94b44

Please sign in to comment.