diff --git a/composer.json b/composer.json index e59a449..61e617f 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require": { "php": "^7.3.0", "typo3/cms-core": "*", + "danielsiepmann/tracking": "*", "scrivo/highlight.php": "^9.15.10" }, "extra": { diff --git a/ext_emconf.php b/ext_emconf.php deleted file mode 100644 index f4b5951..0000000 --- a/ext_emconf.php +++ /dev/null @@ -1,23 +0,0 @@ - 'Daniel Siepmann Website', - 'description' => 'Configuration of Daniel Siepmann Website', - 'category' => 'fe', - 'state' => 'stable', - 'uploadfolder' => 0, - 'createDirs' => '', - 'clearCacheOnLoad' => 0, - 'author' => 'Daniel Siepmann', - 'author_email' => 'coding@daniel-siepmann.de', - 'author_company' => '', - 'version' => '1.0.0', - 'constraints' => [ - 'depends' => [ - 'core' => '', - ], - 'conflicts' => [], - 'suggests' => [ - 'tracking' => '', - ], - ], -];