RemoteLogin/composer.json

42 lines
1018 B
JSON

{
"name": "d3/remotelogin",
"description": "Login as Customer",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"remote login"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/d3_remote"
},
"patches": {
"oxid-esales/oxideshop-ce": {
"add remote login template block - 2020-03-12": "https://git.d3data.de/D3Public/RemoteLogin/raw/commit/6d8cbaf45bd5c653baa5e7b53e70580412dc7177/admin_user_main_tpl_615.patch"
}
}
},
"require": {
"php": "5.6 - 7.0", "ext-ionCube-Loader": "*",
"oxid-esales/oxideshop-ce": "6.0 - 6.3",
"d3/modcfg": "^5.3",
"cweagans/composer-patches": "~1.7.0"
}
}