DataWizard/composer.json

55 lines
1.5 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": {
2024-03-02 17:08:08 +01:00
"php": "^8.0",
2024-05-10 09:33:47 +02:00
"oxid-esales/oxideshop-ce": "7.0 - 7.1",
"league/csv": "^9.0",
"mathieuviossat/arraytotexttable": "^1.0",
2021-12-22 15:10:24 +01:00
"form-manager/form-manager": "^6.1",
2024-05-13 15:26:19 +02:00
"d3/modcfg": "^7.0",
"beberlei/assert": "^3.3.2"
2021-04-16 14:04:30 +02:00
},
2024-05-10 12:18:33 +02:00
"require-dev": {
"d3/testingtools": "^1.2.0.0",
"phpunit/phpunit": "^9.1.1"
},
"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": {
2024-03-02 17:08:08 +01:00
"D3\\DataWizard\\": "./"
2021-04-16 14:04:30 +02:00
}
2024-05-10 12:18:33 +02:00
},
"scripts": {
"phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/datawizard/ --no-coverage",
"phpunit-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/datawizard/ --coverage-html=vendor/d3/datawizard/tests/result/coverage"
2021-04-16 14:04:30 +02:00
}
}