DataWizard/composer.json

55 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2021-04-16 14:04:30 +02:00
{
"name": "d3/datawizard",
2021-12-23 14:38:25 +01:00
"description": "the magical data tool /\n das magische Datenwerkzeug",
2021-04-16 14:04:30 +02:00
"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-11-10 13:52:26 +01:00
"php": ">=7.3",
2022-12-19 11:22:50 +01:00
"oxid-esales/oxideshop-ce": "6.8 - 6.13",
"league/csv": "^9.0",
"mathieuviossat/arraytotexttable": "^1.0",
2021-12-22 15:10:24 +01:00
"form-manager/form-manager": "^6.1",
"d3/modcfg": "^6.0"
2021-04-16 14:04:30 +02:00
},
"extra": {
"oxideshop": {
"blacklist-filter": [
"*.md",
"composer.json"
],
2021-04-16 14:04:30 +02:00
"target-directory": "d3/datawizard"
}
},
"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-04-16 14:04:30 +02:00
"autoload": {
"psr-4": {
"D3\\DataWizard\\": "../../../source/modules/d3/datawizard"
}
}
}