forked from flagbit/Magento-FilterUrls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 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
{
"name":"flagbit/filterUrls",
"type":"magento-module",
"license":"GPL-3.0",
"description":"Module that adds speaking URLs to layered navigation links",
"homepage":"https://github.com/Flagbit/Magento-FilterUrls",
"authors":[
{
"name":"Michael Türk",
"email":"[email protected]"
},
{
"name":"Karl Spies",
"email":"[email protected]"
},
{
"name":"Damian Luszczymak",
"email":"[email protected]"
}
],
"require":{
"magento-hackathon/magento-composer-installer":"*"
},
"extra":{
"magento_connect":{
"channel":"community",
"php_min":"5.3.0",
"php_max":"6.0.0",
"stability":"beta",
"content":[
{
"type":"magecommunity",
"structure":"dir",
"path":"Flagbit/FilterUrls"
},
{
"type":"mageetc",
"structure":"file",
"path":"modules/Flagbit_FilterUrls.xml"
},
{
"type":"mage",
"structure":"file",
"path":"shell/filterurls.php"
}
]
}
}
}