From 05b4f2f4d7838204d6cbf959da91b78ab223ef68 Mon Sep 17 00:00:00 2001 From: Thomas Hucke <15112795+thucke@users.noreply.github.com> Date: Thu, 18 Jan 2018 21:47:55 +0100 Subject: [PATCH] Composer installation uses wrong directory name #8 Bugfix according to https://github.com/composer/installers#custom-install-names --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2445be7b..62ae05bd 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,9 @@ "type" : "typo3-cms-extension", "description" : "Highly flexible AJAX rating based on extbase/fluid/jquery. Allows multiple ratings within one page. Could be used as a cObj by other extensions or included in every FLUID template using the viewhelper. Each ratingstep could be configured having a name - international localization included.", "license" : "GPL-2.0+", + "extra" : { + "installer-name" : "th_rating" + }, "require" : { "typo3/cms-core" : ">=7.6.0,<8.8", "static_info_tables" : ">=6.0.7" @@ -21,10 +24,5 @@ "replace" : { "th-rating" : "self.version", "typo3-ter/th-rating" : "self.version" - }, - "extra" : { - "thucke/th-rating" : { - "installer-name" : "th_rating" - } } } \ No newline at end of file