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:
Daniel Siepmann 2022-12-21 13:28:57 +01:00
parent 8d71f0862c
commit d1f0f317db

View file

@ -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": {