Ensure EXT:tracking is loaded before EXT:ds_site
As ds_site might change some settings from DI or something else. So it should be loaded later by TYPO3.
This commit is contained in:
parent
8d71f0862c
commit
d1f0f317db
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "*",
|
||||
"scrivo/highlight.php": "^9.15.10"
|
||||
"scrivo/highlight.php": "^9.15.10",
|
||||
"danielsiepmann/tracking": "*"
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
|
|
Loading…
Reference in a new issue