File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"require" : {
17
17
"php" : " >=7.4" ,
18
- "contao/core-bundle" : " ^4.12.2,<4.13.0 " ,
18
+ "contao/core-bundle" : " ^4.13 " ,
19
19
"symfony/config" : " ^4.4 || ^5.0" ,
20
20
"webmozart/path-util" : " ^2.3" ,
21
21
"symfony/webpack-encore-bundle" : " ^1.11"
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ services:
48
48
- ' %kernel.project_dir%'
49
49
50
50
Richardhj\ContaoThemeFramework\Twig\EncoreEntryFilesTwigExtension :
51
- tags : ['twig.extension']
51
+ tags : [ 'twig.extension' ]
52
52
arguments :
53
53
- ' @Richardhj\ContaoThemeFramework\Encore\EncoreEntrypointLookupCollection'
54
54
- ' @contao.themes.tag_renderer'
55
55
56
56
Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace :
57
- decorates : ' Contao\CoreBundle\Twig\Loader\ThemeNamespace '
58
- arguments : ['@Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace.inner']
57
+ decorates : ' contao.twig.loader.theme_namespace '
58
+ arguments : [ '@Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace.inner' ]
59
59
60
60
Richardhj\ContaoThemeFramework\Encore\EncoreEntrypointLookupCollection :
61
61
arguments :
You can’t perform that action at this time.
0 commit comments