2015-02-09 06:50:22 +01:00
|
|
|
{
|
2018-02-14 08:30:39 +01:00
|
|
|
"name":"cgo-it/contao-rate-it-bundle",
|
|
|
|
"description":"RateIt extension for the Contao Open Source CMS as contao 4 bundle",
|
|
|
|
"keywords":["contao", "rating", "rateit", "bewertung", "bundle"],
|
|
|
|
"type":"contao-bundle",
|
|
|
|
"homepage":"https://cgo-it.de",
|
2015-02-09 06:50:22 +01:00
|
|
|
"license":"LGPL-3.0+",
|
|
|
|
"authors":[
|
|
|
|
{
|
|
|
|
"name":"cgo IT",
|
|
|
|
"email":"info@cgo-it.de",
|
|
|
|
"homepage":"https://cgo-it.de",
|
|
|
|
"role":"Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2018-02-14 05:16:50 +01:00
|
|
|
"issues": "https://git.cgo-it.de/contao/rate-it/issues",
|
2015-02-09 06:50:22 +01:00
|
|
|
"forum": "https://community.contao.org/de/showthread.php?38471-Rate-It",
|
2018-02-14 05:16:50 +01:00
|
|
|
"source": "https://git.cgo-it.de/contao/rate-it.git"
|
2015-02-09 06:50:22 +01:00
|
|
|
},
|
|
|
|
"require":{
|
2018-02-14 08:30:39 +01:00
|
|
|
"php":">=7.0",
|
|
|
|
"contao/core-bundle": "^4.4",
|
|
|
|
"cgo-it/xls-export-bundle": "^4.0",
|
|
|
|
"richardhj/contao-simple-ajax": "^1.3"
|
2015-02-09 06:50:22 +01:00
|
|
|
},
|
2018-02-14 08:30:39 +01:00
|
|
|
"require-dev": {
|
|
|
|
"contao/manager-plugin": "^2.0"
|
2015-02-09 06:50:22 +01:00
|
|
|
},
|
2018-02-14 08:30:39 +01:00
|
|
|
"conflict": {
|
|
|
|
"contao/core": "*",
|
2018-02-14 09:00:31 +01:00
|
|
|
"contao/manager-plugin": "<2.0 || >=3.0"
|
2015-02-09 06:50:22 +01:00
|
|
|
},
|
2018-02-14 08:30:39 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"cgoIT\\rateit\\": "src/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"src/Resources/contao/"
|
|
|
|
],
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"src/Resources/contao/config/",
|
|
|
|
"src/Resources/contao/dca/",
|
|
|
|
"src/Resources/contao/languages/",
|
|
|
|
"src/Resources/contao/templates/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"contao-manager-plugin": "cgoIT\\rateit\\ContaoManagerPlugin"
|
2015-02-09 06:50:22 +01:00
|
|
|
}
|
2015-06-18 07:38:08 +02:00
|
|
|
}
|