76 lines
1.6 KiB
JSON
76 lines
1.6 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": "https://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.3 - 8.0", "ext-ionCube-Loader": "*",
|
|
"oxid-esales/oxideshop-ce": "6.8 - 6.10",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-dom": "*",
|
|
"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 || ^7.0",
|
|
"splitbrain/php-cli": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
|
|
},
|
|
"files": [
|
|
"autoload/functions_modcfg.php"
|
|
]
|
|
},
|
|
"bin": [
|
|
"src/bin/d3modules_install",
|
|
"src/bin/d3cleartmp",
|
|
"src/bin/d3maintenance"
|
|
]
|
|
}
|