2 Commits
3.4.0 ... 3.4.1

Author SHA1 Message Date
bb317377e1 composer.json hinzugefügt 2015-02-09 07:18:32 +01:00
77dbd941b1 README.md edited online with Bitbucket 2015-02-09 06:09:53 +00:00
2 changed files with 43 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# news4ward-rateit #
Erweiterung für RateIt um news4ward-Beiträge bewerten zu können.

40
composer.json Normal file
View File

@ -0,0 +1,40 @@
{
"name":"cgo-it/news4ward-rateit",
"description":"News4ward-RateIt extension for the Contao Open Source CMS",
"keywords":["contao", "rating", "rateit", "bewertung", "news4ward"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"cgo IT",
"email":"info@cgo-it.de",
"homepage":"https://cgo-it.de",
"role":"Developer"
}
],
"support": {
"email": "info@cgo-it.de",
"issues": "https://bitbucket.org/cgo-it/contao-news4ward-rateit/issues?status=new&status=open",
"source": "https://bitbucket.org/cgo-it/contao-news4ward-rateit/src"
},
"require":{
"php":">=5.3",
"contao/core":">=3.0",
"contao-community-alliance/composer-plugin": "~2.0",
"cgo-it/rate-it":"3.4.1",
"psi/news4ward": ">=2.2.0"
},
"replace": {
"cgo-it/news4ward-rateit": "self.version"
},
"conflict": {
"contao/core": "2.11.*"
},
"extra":{
"contao": {
"sources":{
"":"system/modules/news4ward-rateit"
}
}
}
}