rate-it/composer.json

47 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2015-02-09 06:50:22 +01:00
{
"name":"cgo-it/rate-it",
"description":"RateIt extension for the Contao Open Source CMS",
"keywords":["contao", "rating", "rateit", "bewertung"],
"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",
2017-03-31 10:41:53 +02:00
"issues": "https://bitbucket.org/cgo-it/contao-rate-it/issues?status=new&status=open",
2015-02-09 06:50:22 +01:00
"forum": "https://community.contao.org/de/showthread.php?38471-Rate-It",
2017-03-31 10:41:53 +02:00
"source": "https://bitbucket.org/cgo-it/contao-rate-it/src"
2015-02-09 06:50:22 +01:00
},
"require":{
"php":">=5.3",
"contao/core":">=3.0",
"contao-community-alliance/composer-plugin": "~2.0",
"cgo-it/xls_export":"3.0.0"
},
"replace": {
2017-03-31 10:50:30 +02:00
"cgo-it/rate-it": "<3.5.4"
2015-02-09 06:50:22 +01:00
},
"conflict": {
"contao/core": "2.11.*"
},
"extra":{
"contao": {
"sources":{
"":"system/modules/rateit"
2015-06-18 07:38:08 +02:00
},
"transifex":{
"project": "rateit",
"prefix": "core-",
"languages_cto": "languages",
"languages_tx": "languages"
2015-02-09 06:50:22 +01:00
}
}
}
2015-06-18 07:38:08 +02:00
}