forked from opengento/magento2-gdpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·51 lines (51 loc) · 1.35 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
45
46
47
48
49
50
51
{
"name": "opengento/module-gdpr",
"description": "Gdpr Compliance Module for Magento 2",
"keywords": [
"php",
"magento",
"magento2",
"gdpr",
"rgpd"
],
"require": {
"magento/framework": ">=100.1.0",
"magento/module-backend": ">=100.0.0",
"magento/module-config": ">=100.0.2",
"magento/module-customer": ">=100.0.2",
"magento/module-quote": ">=100.0.0",
"magento/module-sales": ">=100.0.2",
"magento/module-review": ">=100.0.0",
"magento/module-email": ">=100.0.0",
"magento/module-newsletter": ">=100.0.2"
},
"require-dev": {
"magento/marketplace-eqp": "^1.0.0"
},
"type": "magento2-module",
"version": "0.1.0",
"license": [
"MIT"
],
"homepage": "https://github.com/opengento/magento2-gdpr",
"authors": [
{
"name": "Opengento Team",
"email": "[email protected]",
"homepage": "https://opengento.fr/",
"role": "lead"
}
],
"support": {
"source": "https://github.com/opengento/magento2-gdpr",
"issues": "https://github.com/opengento/magento2-gdpr/issues"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Opengento\\Gdpr\\": ""
}
}
}