-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 951 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
31
32
33
34
35
36
37
38
39
{
"name": "collab/module-consent-mode",
"version": "1.0.4",
"description": "Cookie Consent Mode Popup Extension for Magento 2",
"type": "magento2-module",
"authors": [
{
"name": "Marcin Jędrzejewski",
"email": "m.jedrzejewski@collab.pl"
}
],
"homepage": "https://github.com/collabpl/magento2-module-consent-mode",
"keywords": [
"magento",
"magento2",
"conset mode",
"cookie banner",
"banner",
"google ads",
"google analytics"
],
"require": {
"magento/framework": "~103.0.4",
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/module-cookie": "~100.4.4",
"magento/module-widget": "~101.2.4"
},
"license": [
"MIT"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Collab\\ConsentMode\\": ""
}
}
}