8
0
Fork 0
GoogleServices/composer.json

39 Zeilen
783 B
JSON

{
"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",
2020-06-08 10:09:56 +02:00
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
2020-02-04 14:12:10 +01:00
"GPL-3.0-or-later"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/d3_googleanalytics"
}
},
"require": {
"php": ">=7.0",
2020-07-28 11:55:07 +02:00
"oxid-esales/oxideshop-ce": "6.0 - 6.5",
2020-07-28 08:56:39 +02:00
"d3/modcfg": "^5.3.1.100"
}
2020-07-28 08:56:39 +02:00
}