Skip to content

Commit d76c87a

Browse files
committed
Support the new service ID in Contao 4.13
1 parent eeb6413 commit d76c87a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=7.4",
18-
"contao/core-bundle": "^4.12.2,<4.13.0",
18+
"contao/core-bundle": "^4.13",
1919
"symfony/config": "^4.4 || ^5.0",
2020
"webmozart/path-util": "^2.3",
2121
"symfony/webpack-encore-bundle": "^1.11"

config/services.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ services:
4848
- '%kernel.project_dir%'
4949

5050
Richardhj\ContaoThemeFramework\Twig\EncoreEntryFilesTwigExtension:
51-
tags: ['twig.extension']
51+
tags: [ 'twig.extension' ]
5252
arguments:
5353
- '@Richardhj\ContaoThemeFramework\Encore\EncoreEntrypointLookupCollection'
5454
- '@contao.themes.tag_renderer'
5555

5656
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' ]
5959

6060
Richardhj\ContaoThemeFramework\Encore\EncoreEntrypointLookupCollection:
6161
arguments:

0 commit comments

Comments
 (0)