-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
44 lines (44 loc) · 1.25 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "magestat/module-cookie-law-banner",
"description": "This extension allows you enable an EU compliant consent cookie notification banner.",
"keywords": [
"magento 2",
"cookie law banner",
"cookie message",
"magento 2 extension",
"magento 2 module",
"magento 2 cookie"
],
"type": "magento2-module",
"version": "1.1.2",
"support": {
"issues": "https://github.com/magestat/magento2-cookie-law-banner/issues/"
},
"license": [
"OSL-3.0"
],
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*|101.0.*",
"magento/framework": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*|102.0.*"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"phpspec/phpspec": "^2.5",
"squizlabs/php_codesniffer": "3.0.1"
},
"repositories": {
"0": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magestat\\CookieLawBanner\\": ""
}
}
}