RemoteLogin/composer.json

48 lines
1.1 KiB
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/tag/patch_4.1/admin_user_main_tpl_615.patch"
}
}
},
"require": {
"php": "^8.0",
"ext-sourceguardian": "*",
"oxid-esales/oxideshop-ce": "6.5 - 6.14",
"d3/modcfg": "^6.0",
"cweagans/composer-patches": "~1.7.0"
},
"autoload": {
"psr-4": {
"D3\\Remotelogin\\": "../../../source/modules/d3/d3_remote"
}
}
}