Skip to content

Commit

Permalink
Composer installation uses wrong directory name #8
Browse files Browse the repository at this point in the history
  • Loading branch information
thucke committed Jan 18, 2018
1 parent b0bb4a7 commit 05b4f2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -21,10 +24,5 @@
"replace" : {
"th-rating" : "self.version",
"typo3-ter/th-rating" : "self.version"
},
"extra" : {
"thucke/th-rating" : {
"installer-name" : "th_rating"
}
}
}

0 comments on commit 05b4f2f

Please sign in to comment.