forked from gui679/BrazilZipCode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·41 lines (41 loc) · 1.01 KB
/
composer.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.01 KB
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
{
"name": "mismatch/brazilzipcode",
"description":"Magento 2 module to use brazil zipcode search services.",
"keywords": [
"magento 2",
"brazil zipcode",
"cep brasil",
"magento2 cep",
"zipcode",
"magento 2 cep"
],
"type": "magento2-module",
"version": "1.2.0",
"license": [
"GPL-3.0-or-later"
],
"homepage": "https://github.com/m2-magedev/BrazilZipCode",
"support": {
"email": "walisson@magedev.com.br",
"issues": "https://github.com/m2-magedev/BrazilZipCode/issues"
},
"authors": [
{
"name": "Walisson Costa Ferreira",
"email": "walisson@magedev.com.br",
"homepage": "https://github.com/m2-magedev/BrazilZipCode",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageDev\\BrazilZipCode\\": ""
}
},
"require": {
"ext-json": "*"
}
}