Initial 5.0.0.0 ionCube 5.6+7.0

Cette révision appartient à :
2018-04-19 13:42:04 +02:00
révision c241287186
123 fichiers modifiés avec 13470 ajouts et 0 suppressions

46
composer.json Fichier normal
Voir le fichier

@ -0,0 +1,46 @@
{
"name": "d3/points",
"description": "Points.",
"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": {
"php": "5.6 - 7.0", "ext-ionCube-Loader": "*",
"ext-ionCube-Loader": "*",
"oxid-esales/oxideshop-ce": "6.0 - 6.2",
"d3/modcfg": ">=5.1.0.0"
},
"autoload": {
"psr-4": {
"D3\\Points\\": "../../../source/modules/d3/points"
}
}
}