58 Zeilen
1.3 KiB
JSON
58 Zeilen
1.3 KiB
JSON
{
|
|
"name": "d3/datawizard",
|
|
"description": "das magische Datenwerkzeug",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"export"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.7",
|
|
"league/csv": "^9.0",
|
|
"mathieuviossat/arraytotexttable": "^1.0",
|
|
"form-manager/form-manager": "^5.1 || ^6.1",
|
|
"d3/modcfg": "^5.3.6.0"
|
|
},
|
|
"require-dev": {
|
|
"oxid-esales/oxideshop-ce": "6.8 - 6.9"
|
|
},
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"*.md",
|
|
"composer.json"
|
|
],
|
|
"target-directory": "d3/datawizard"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"d3/datawizardtasks": "useful example tasks for Data Wizard",
|
|
"d3/datawizardcli": "command line implementation for fully automated Data Wizard tasks",
|
|
"d3/datawizardlink": "remote http link for Data Wizard module exports"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\DataWizard\\": "../../../source/modules/d3/datawizard"
|
|
}
|
|
}
|
|
}
|