forked from fontis/fontis_australia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 2.09 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
52
53
54
55
{
"name":"fontis/australia",
"type":"magento-module",
"license":"Open Software License (OSL 3.0)",
"description":"This extension is intended to provide most of the functionality needed to run a Magento store in Australia. This includes all essential payment and shipping methods as well as small localisations such as adding the store's ABN, adding Australian states and territories to the region directory and adding in a postcode database.",
"homepage":"http://www.fontis.com.au",
"authors":[
{
"name":"Fontis",
"email":"[email protected]"
}
],
"extra":{
"magento_connect":{
"channel":"community",
"php_min":"5.3.0",
"php_max":"6.0.0",
"stability":"stable",
"license_uri":"http://opensource.org/licenses/osl-3.0.php",
"summary":"Broad extension that provides functionality for Australian stores.",
"content":[
{
"type":"magecommunity",
"structure":"dir",
"path":"Fontis/Australia"
},
{
"type":"magedesign",
"structure":"dir",
"path":"adminhtml/default/default/template/fontis/australia"
},
{
"type":"magedesign",
"structure":"file",
"path":"frontend/base/default/layout/fontis_australia.xml"
},
{
"type":"magedesign",
"structure":"dir",
"path":"frontend/base/default/template/fontis/australia"
},
{
"type":"mageetc",
"structure":"file",
"path":"modules/Fontis_Australia.xml"
},
{
"type":"mageskin",
"structure":"file",
"path":"frontend/default/default/images/fontis/bpay.png"
}
]
}
}
}