ModCfg/composer.json

73 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": "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": "5.6 - 7.0", "ext-ionCube-Loader": "*",
"oxid-esales/oxideshop-ce": "6.0 - 6.6",
"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",
"splitbrain/php-cli": "^1.1"
},
"autoload": {
"psr-4": {
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
},
"files": [
"autoload/functions_modcfg.php"
]
},
"bin": [
"src/bin/d3modules_install",
"src/bin/d3cleartmp"
]
}