make installation via Composer possible

This commit is contained in:
Daniel Seifert 2020-02-04 13:43:40 +01:00
parent b49b34483f
commit cb23574cff
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
51 changed files with 38 additions and 0 deletions

38
composer.json Normal file
View File

@ -0,0 +1,38 @@
{
"name": "d3/googleservices",
"description": "Google Services for OXID eShop.",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"google",
"analytics",
"adwords",
"remarketing"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "http://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"GPL3"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/d3_googleanalytics"
}
},
"require": {
"php": ">=7.0",
"oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0",
"d3/modcfg": "^5.0.0.100"
}
}

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB