2022-06-14 11:58:15 +02:00
|
|
|
{
|
|
|
|
"name": "d3/ordermanager",
|
|
|
|
"description": "Order manager module for OXID eShop.",
|
|
|
|
"type": "oxideshop-module",
|
|
|
|
"keywords": [
|
|
|
|
"oxid",
|
|
|
|
"modules",
|
|
|
|
"eShop",
|
|
|
|
"d3",
|
|
|
|
"ordermanager",
|
|
|
|
"orders",
|
|
|
|
"requirements",
|
|
|
|
"actions",
|
|
|
|
"tasks"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
|
|
"email": "info@shopmodule.com",
|
|
|
|
"homepage": "https://www.d3data.de",
|
|
|
|
"role": "Owner"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
|
|
"license": [
|
|
|
|
"proprietary"
|
|
|
|
],
|
|
|
|
"extra": {
|
|
|
|
"oxideshop": {
|
|
|
|
"source-directory": "/src",
|
|
|
|
"target-directory": "d3/ordermanager"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^8.0",
|
|
|
|
"ext-sourceguardian": "*",
|
|
|
|
"ext-pdo": "*",
|
2023-07-21 10:12:53 +02:00
|
|
|
"oxid-esales/oxideshop-ce": "6.8 - 6.14",
|
2022-09-01 14:18:27 +02:00
|
|
|
"d3/modcfg": "^6.1.0.000",
|
2022-06-14 11:58:15 +02:00
|
|
|
"league/flysystem": "^1.0",
|
|
|
|
"splitbrain/php-cli": "^1.1",
|
|
|
|
"html2text/html2text": "^4.2",
|
|
|
|
"d3/oxid-sql-logger": "^1.2.2",
|
2022-09-01 14:18:27 +02:00
|
|
|
"d3/oxidservicebridges": "^1.1.0",
|
2022-06-14 11:58:15 +02:00
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mikey179/vfsstream": "^1.4",
|
2022-09-01 14:18:27 +02:00
|
|
|
"donatj/mock-webserver": "^2.1",
|
|
|
|
"php": "^8.0",
|
|
|
|
"ext-sourceguardian": "*",
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.9",
|
|
|
|
"phpstan/phpstan": "^1.8"
|
2022-06-14 11:58:15 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"d3/pdfdocuments": "enables the automatic generation, dispatch and storage of highly customizable PDF documents",
|
|
|
|
"oxid-projects/pdf-invoice-module": "enables the automatic generation, dispatch and storage of OXID invoice PDF documents"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"D3\\Ordermanager\\": "../../../source/modules/d3/ordermanager",
|
|
|
|
"D3\\Ordermanager\\publicDir\\": "../../../source/modules/d3/ordermanager/public",
|
|
|
|
"D3\\Ordermanager\\tests\\unit\\publicDir\\": "../../../source/modules/d3/ordermanager/tests/unit/public"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bin": ["src/bin/d3_ordermanager_cron"]
|
|
|
|
}
|