2021-04-16 14:04:30 +02:00
|
|
|
{
|
|
|
|
"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": [
|
2021-04-20 11:20:34 +02:00
|
|
|
"GPL-3.0-or-later"
|
2021-04-16 14:04:30 +02:00
|
|
|
],
|
|
|
|
"require": {
|
2021-04-20 09:50:49 +02:00
|
|
|
"php": ">=7.1",
|
2021-12-20 13:50:07 +01:00
|
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.7",
|
2021-04-19 13:30:52 +02:00
|
|
|
"league/csv": "^9.0",
|
2021-06-25 15:33:57 +02:00
|
|
|
"mathieuviossat/arraytotexttable": "^1.0",
|
2021-07-23 08:57:59 +02:00
|
|
|
"form-manager/form-manager": "^5.1 || ^6.1"
|
2021-04-16 14:04:30 +02:00
|
|
|
},
|
2021-11-28 23:05:04 +01:00
|
|
|
"require-dev": {
|
|
|
|
"oxid-esales/oxideshop-ce": "6.8 - 6.9"
|
|
|
|
},
|
2021-04-16 14:04:30 +02:00
|
|
|
"extra": {
|
|
|
|
"oxideshop": {
|
2021-07-13 10:51:45 +02:00
|
|
|
"blacklist-filter": [
|
|
|
|
"*.md",
|
|
|
|
"composer.json"
|
|
|
|
],
|
2021-04-16 14:04:30 +02:00
|
|
|
"target-directory": "d3/datawizard"
|
|
|
|
}
|
|
|
|
},
|
2021-07-27 15:15:21 +02:00
|
|
|
"suggest": {
|
|
|
|
"d3/datawizardtasks": "useful example tasks for Data Wizard",
|
2021-11-11 11:15:23 +01:00
|
|
|
"d3/datawizardcli": "command line implementation for fully automated Data Wizard tasks",
|
2021-11-10 14:09:19 +01:00
|
|
|
"d3/datawizardlink": "remote http link for Data Wizard module exports"
|
2021-07-27 15:15:21 +02:00
|
|
|
},
|
2021-04-16 14:04:30 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"D3\\DataWizard\\": "../../../source/modules/d3/datawizard"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|