forked from yireo/Yireo_GoogleTagManager2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 798 Bytes
/
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
{
"name": "yireo/magento2-googletagmanager2",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager",
"description": "Add Google Tag Manager to Magento",
"keywords":[ "composer-installer", "magento"],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/module-catalog": "^100.1|^101.0|^102.0",
"php": ">=7.0.0"
},
"require-dev":{
"phpunit/phpunit":"*",
"composer/composer":"*@dev"
},
"autoload": {
"psr-4": {
"Yireo\\GoogleTagManager2\\": ""
},
"files": [
"registration.php"
]
}
}