forked from yireo/Yireo_GoogleTagManager2
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.35 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "tagginggroup/gtm",
"version": "1.5.5",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "AdPage tagging integration for Magento 2",
"keywords": [
"magento"
],
"authors": [
{
"name": "Jeroen Frenken (AdPage)",
"email": "jeroen@adpage.io"
},
{
"name": "Jisse Reitsma (Yireo) (Original author do not contact)",
"email": "jisse@yireo.com"
}
],
"require": {
"magento/framework": "^102.0 || ^103.0",
"magento/module-backend": "^100.0 || ^101.0 || ^102.0",
"magento/module-catalog": "^100.0 || ^101.0 || ^102.0 || ^103.0 || ^104.0",
"magento/module-checkout": "^100.1",
"magento/module-config": "^100.0 || ^101.0",
"magento/module-cookie": "^100.0",
"magento/module-customer": "^100.0 || ^101.0 || ^102.0 || ^103.0",
"magento/module-eav": "^100.0 || ^101.0 || ^102.0",
"magento/module-quote": "^101.0",
"magento/module-sales": "^100.0 || ^101.0 || ^102.0 || ^103.0",
"magento/module-store": "^100.0 || ^101.0",
"psr/log": "^1 || ^2 || ^3",
"php": "^7.4|^8.1",
"ext-json": "*",
"ext-dom": "*",
"ext-pcre": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"yireo/magento2-integration-test-helper": "*"
},
"autoload": {
"psr-4": {
"Tagging\\GTM\\": ""
},
"files": [
"registration.php"
]
}
}