8
0
Bifurcation 0
Ordermanager/composer.json

56 lignes
1.4 KiB
JSON
Brut Vue normale Historique

2017-12-20 13:43:20 +01:00
{
2018-01-11 11:45:22 +01:00
"name": "d3/ordermanager",
2017-12-20 13:43:20 +01:00
"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",
2019-05-15 11:31:18 +02:00
"homepage": "http://www.d3data.de",
"role": "Owner"
2017-12-20 13:43:20 +01:00
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/ordermanager"
}
},
"require": {
2019-05-15 11:31:18 +02:00
"php": "5.6 - 7.0", "ext-ionCube-Loader": "*",
2020-04-21 18:20:54 +02:00
"oxid-esales/oxideshop-ce": "6.0 - 6.3",
"d3/modcfg": "^5.3.1.000",
2019-12-10 11:40:17 +01:00
"league/flysystem": "^1.0",
"splitbrain/php-cli": "^1.1",
"html2text/html2text": "^4.2"
2019-05-15 11:31:18 +02:00
},
"require-dev": {
2019-10-22 08:41:49 +02:00
"mikey179/vfsstream": "^1.4"
2017-12-20 13:43:20 +01:00
},
2020-08-20 09:35:38 +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"
},
2017-12-20 13:43:20 +01:00
"autoload": {
"psr-4": {
"D3\\Ordermanager\\": "../../../source/modules/d3/ordermanager"
}
2019-12-10 11:40:17 +01:00
},
"bin": ["src/bin/d3_ordermanager_cron"]
2017-12-20 13:43:20 +01:00
}