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-04-27 23:02:49 +02:00
|
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.8",
|
2021-04-19 13:30:52 +02:00
|
|
|
"league/csv": "^9.0",
|
2021-06-25 15:33:57 +02:00
|
|
|
"mathieuviossat/arraytotexttable": "^1.0",
|
|
|
|
"form-manager/form-manager": "^6.1"
|
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"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"D3\\DataWizard\\": "../../../source/modules/d3/datawizard"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|