DataWizardTasks/composer.json

37 lignes
851 B
JSON
Brut Lien permanent Vue normale Historique

2021-07-27 14:22:52 +02:00
{
"name": "d3/datawizardtasks",
2021-12-23 14:33:35 +01:00
"description": "Fantastic Spells and where to find them - Example exports and actions for the DataWizard /\n Phantastische Zaubersprüche und wo Sie zu finden sind - Beispielexporte und -aktionen für den DataWizard",
2021-07-27 14:22:52 +02:00
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"export",
"DataWizard"
],
"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": {
2024-05-10 09:38:10 +02:00
"d3/datawizard": "^3.0"
2021-07-27 14:22:52 +02:00
},
"autoload": {
"psr-4": {
2024-05-10 09:38:10 +02:00
"D3\\DataWizardTasks\\": ""
2021-07-27 14:22:52 +02:00
}
}
}