8
0
Bifurcation 0
RemoteLogin/composer.json

42 lignes
1018 B
JSON
Brut Lien permanent Vue normale Historique

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": {
2020-09-02 15:52:53 +02:00
"php": "7.1 - 7.4", "ext-ionCube-Loader": "*",
2020-04-28 18:21:52 +02:00
"oxid-esales/oxideshop-ce": "6.0 - 6.3",
2021-02-26 09:11:05 +01:00
"d3/modcfg": "^5.3",
"cweagans/composer-patches": "~1.7.0"
2020-04-28 18:21:52 +02:00
}
2020-07-12 23:31:59 +02:00
}