Project

General

Profile

Bug #69563 » composer.json

Thomas Hucke, 2015-09-07 21:42

 
{
"name": "Thucke/th-rating",
"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.",
"keywords": [
"TYPO3",
"extension",
"rating",
"AJAX",
"polling",
"likeButton",
"jQuery",
],
"homepage": "",
"authors": [
{
"name": "Thomas Hucke",
"email": "thucke@web.de",
"role": "Author",
"homepage": ""
}
],
"license": "GPL-2.0+",
"require": {
"typo3/cms-core": "~6.2.14|>=7.4.0,<8.0",
"static_info_tables": ">=6.0.7"
},
"require-dev": {
"phpunit/phpunit": "~4.7.0"
},
"autoload": {
"psr-4": {
"Thucke\\ThRating\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"Thucke\\ThRating\\Tests\\": "Tests",
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
}
},
"replace": {
"th_rating": "self.version",
"typo3-ter/th-rating": "self.version"
},
"config": {
},
"scripts": {
},
"extra": {
}
}
(1-1/2)