46 lignes
969 B
JSON
46 lignes
969 B
JSON
{
|
|
"name": "d3/articlevoucher",
|
|
"description": "Add a printorder function.",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"articlevoucher"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.com",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"suggest": {
|
|
},
|
|
"extra": {
|
|
"oxideshop": {
|
|
"source-directory": "/src",
|
|
"target-directory": "d3/articlevoucher"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "7.1 - 7.2", "ext-ionCube-Loader": "*",
|
|
"oxid-esales/oxideshop-metapackage-ce": "~6.0.3 || ~6.1.0",
|
|
"d3/modcfg": ">=5.1.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\Articlevoucher\\": "../../../source/modules/d3/articlevoucher"
|
|
}
|
|
}
|
|
}
|