-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 896 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"name": "idealpostcodes/module-ukaddresssearch",
"description": "Ideal Postcodes UK address search magento extension. Ideal-Postcodes.co.uk",
"type": "magento2-module",
"require": {
"php": "~5.5.0|~5.6.0|>=7.0|>=8.0"
},
"support": {
"email": "support@ideal-postcodes.co.uk",
"chat": "https://chat.ideal-postcodes.co.uk",
"docs": "https://ideal-postcodes.co.uk/guides/magento",
"source": "https://github.com/ideal-postcodes/magento",
"issues": "https://github.com/ideal-postcodes/magento/issues"
},
"authors": [
{
"name": "Ideal Postcodes",
"email": "support@ideal-postcodes.co.uk",
"homepage": "https://ideal-postcodes.co.uk/open_source",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Idealpostcodes\\Ukaddresssearch\\": ""
}
},
"license": "MIT"
}