-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 1.13 KB
/
composer.json
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
{
"name": "acid-unit/module-google-tag-manager",
"version": "0.3.0",
"description": "Comprehensive and flexible Magento Open Source and Adobe Commerce Google Tag Manager extension",
"type": "magento2-module",
"require": {
"acid-unit/module-admin": "^0.3",
"acid-unit/module-core": "^0.3",
"magento/framework": "103.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-checkout": "100.4.*",
"magento/module-config": "101.2.*",
"magento/module-configurable-product": "100.4.*",
"magento/module-customer": "103.0.*",
"magento/module-eav": "102.1.*",
"magento/module-media-storage": "100.4.*",
"magento/module-quote": "101.2.*",
"magento/module-sales": "103.0.*",
"magento/module-store": "101.1.*",
"magento/module-theme": "101.1.*",
"magento/module-wishlist": "101.2.*",
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"AcidUnit\\GoogleTagManager\\": ""
}
},
"license": "OSL-3.0"
}