composer.json hinzugefügt
This commit is contained in:
parent
77dbd941b1
commit
bb317377e1
40
composer.json
Normal file
40
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user