{ "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": "http://www.d3data.de", "role": "Owner" } ], "homepage": "https://www.oxidmodule.com/", "license": [ "proprietary" ], "extra": { "oxideshop": { "source-directory": "/src", "target-directory": "d3/ordermanager" } }, "require": { "php": "5.6 - 7.0", "ext-ionCube-Loader": "*", "oxid-esales/oxideshop-ce": "6.0 - 6.3", "d3/modcfg": "^5.3.1.000", "league/flysystem": "^1.0", "splitbrain/php-cli": "^1.1", "html2text/html2text": "^4.2" }, "require-dev": { "mikey179/vfsstream": "^1.4" }, "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" } }, "bin": ["src/bin/d3_ordermanager_cron"] }