xls_export/composer.json

40 lines
905 B
JSON
Raw Normal View History

2015-02-09 06:48:49 +01:00
{
2018-02-14 08:31:13 +01:00
"name":"cgo-it/contao-xls_export-bundle",
"description":"xls_export extension for the Contao Open Source CMS as contao 4 bundle",
"keywords":["contao", "excel", "bundle"],
"type":"contao-bundle",
"homepage":"https://cgo-it.de",
"license":"GPL-3.0-or-later",
2015-02-09 06:48:49 +01:00
"authors":[
{
"name":"cgo IT",
"email":"info@cgo-it.de",
"homepage":"https://cgo-it.de",
"role":"Developer"
}
],
"support": {
2018-04-23 07:32:34 +02:00
"issues": "https://github.com/cgoIT/contao-xls-export-bundle/issues",
"source": "https://github.com/cgoIT/contao-xls-export-bundle.git"
2015-02-09 06:48:49 +01:00
},
"require":{
2018-02-14 08:31:13 +01:00
"php":">=7.0",
"contao/core-bundle": "^4.4"
2015-02-09 06:48:49 +01:00
},
2018-02-14 08:31:13 +01:00
"conflict": {
"contao/core": "*",
2018-02-14 09:01:57 +01:00
"contao/manager-plugin": "<2.0 || >=3.0"
2015-02-09 06:48:49 +01:00
},
2018-02-14 08:31:13 +01:00
"autoload": {
"psr-4": {
"cgoIT\\xlsexport\\": "src/"
},
"classmap": [
"src/Resources/contao/"
]
},
"extra": {
"contao-manager-plugin": "cgoIT\\xlsexport\\ContaoManagerPlugin"
2015-02-09 06:48:49 +01:00
}
2018-02-14 05:23:17 +01:00
}