diff --git a/composer.json b/composer.json index 4b4914f1c3f068a1920ee7a665aa296bf94a2d50..32de57b6ba1714e5e7f48c4c9f761bbb73e1eba4 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,15 @@ { "type": "composer", "url": "https://packages.sgalinski.de/" + }, + { + "type": "vcs", + "url": "https://github.com/froemken/repair_translation.git" } ], "require": { - "typo3/cms-core": "7.6.0 - 8.7.99" + "typo3/cms-core": "7.6.0 - 8.7.99", + "stefanfroemken/repair_translation": "^1.0" }, "suggest": { "sgalinski/languagevisibility": "Minimum version 1.1 required, if multi language is enabled",