Points/composer.json

46 lines
882 B
JSON

{
"name": "d3/points",
"description": "Add a Premiumpoints system.",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"Premiumpoints"
],
"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/points"
}
},
"require": {
"oxid-esales/oxideshop-metapackage-ce": "~6.0 || ~6.1",
"d3/modcfg": "^5.1.0.0"
},
"autoload": {
"psr-4": {
"D3\\Points\\": "../../../source/modules/d3/points"
}
}
}