69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"name": "d3/modcfg",
|
|
"description": "D3 Module Connector",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"connector",
|
|
"configuration",
|
|
"license"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"OFL-1.1",
|
|
"MIT",
|
|
"CC-BY-3.0",
|
|
"proprietary"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"source-directory": "/src",
|
|
"target-directory": "d3/modcfg"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "7.1 - 7.2", "ext-ionCube-Loader": "*",
|
|
"oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-dom": "*",
|
|
"ext-openssl": "*",
|
|
"ext-posix": "*",
|
|
"ext-json": "*",
|
|
"ext-zlib": "*",
|
|
"ext-zip": "*",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-iconv": "*",
|
|
"ext-libxml": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-mysqli": "*",
|
|
"psr/log": "^1.0.2",
|
|
"symfony/dependency-injection": "^3.1",
|
|
"guzzlehttp/guzzle": "^6.3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
|
|
},
|
|
"files": [
|
|
"autoload/functions_modcfg.php"
|
|
]
|
|
},
|
|
"bin": ["src/bin/d3modules_install"]
|
|
}
|