-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 910 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
{
"name": "magentiz/gdpr-extend",
"description": "Magentiz_GdprExtend Extension, GdprExtend for magento 2",
"require": {
"php": "~5.6.5 || >=7.0",
"mageplaza/module-gdpr-pro" : "^4.2.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Open Techiz",
"email": "support@opentechiz.com",
"homepage": "https://www.opentechiz.com",
"role": "Technical Support"
}
],
"minimum-stability": "dev",
"keywords": [
"magento 2",
"magento 2 gdpr-extend",
"magento agdpr-extend",
"gdpr-extend",
"magentiz",
"magentiz_gdprextend",
"opentechiz"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magentiz\\GdprExtend\\": ""
}
}
}