File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
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" ,
18
+ "contao/core-bundle" : " ^4.12.2,<4.13.0 " ,
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,20 +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.twig.loader.theme_namespace'
58
- arguments : [ '@Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace.inner' ]
59
-
60
- # Only needed for Contao 4.12 compatibility
61
- richardhj.contao_theme_frameowrk.twig_namespace_loader_legacy :
62
- class : Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace
63
- decorates : ' Contao\CoreBundle\Twig\Loader\ThemeNamespace'
64
- arguments : [ '@Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace.inner' ]
57
+ decorates : ' Contao\CoreBundle\Twig\Loader\ThemeNamespace'
58
+ arguments : ['@Richardhj\ContaoThemeFramework\Twig\Loader\ThemeNamespace.inner']
65
59
66
60
Richardhj\ContaoThemeFramework\Encore\EncoreEntrypointLookupCollection :
67
61
arguments :
You can’t perform that action at this time.
0 commit comments