ModCfg/composer.json

50 lines
1.0 KiB
JSON
Raw Normal View History

{
"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": [
2018-12-03 14:51:11 +01:00
"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": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0"
},
"autoload": {
"psr-4": {
"D3\\ModCfg\\": "../../../source/modules/d3/modcfg"
}
}
}