2020-04-28 18:21:52 +02:00
|
|
|
{
|
|
|
|
"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",
|
2020-09-02 15:52:53 +02:00
|
|
|
"homepage": "https://www.d3data.de",
|
2020-04-28 18:21:52 +02:00
|
|
|
"role": "Owner"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
|
|
"license": [
|
2020-04-28 19:11:29 +02:00
|
|
|
"proprietary"
|
2020-04-28 18:21:52 +02:00
|
|
|
],
|
|
|
|
"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": {
|
2021-05-05 09:38:33 +02:00
|
|
|
"php": "7.1 - 8.0", "ext-ionCube-Loader": "*",
|
|
|
|
"oxid-esales/oxideshop-ce": "6.5 - 6.8",
|
|
|
|
"d3/modcfg": "^5.3 || ^6.0",
|
2021-01-04 11:57:42 +01:00
|
|
|
"cweagans/composer-patches": "~1.7.0"
|
2021-02-03 17:19:37 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"D3\\Remotelogin\\": "../../../source/modules/d3/d3_remote"
|
|
|
|
}
|
2020-04-28 18:21:52 +02:00
|
|
|
}
|
2020-07-12 23:31:59 +02:00
|
|
|
}
|