File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 11# MultiFacetNavigation
2- Facet navigation with multi-facet selection on mobile
2+ Magento 2 module to add facet navigation with multi-facet selection on mobile.
33
44## Installation
55
Original file line number Diff line number Diff line change 11{
2- "name" : " space48/multifacetnavigation" ,
3- "description" : " N/A" ,
4- "type" : " magento2-module" ,
5- "version" : " 1.1.0" ,
6- "license" : [
7- " proprietary"
8- ],
9- "require" : {
10- "php" : " ^7.0.0" ,
11- "magento/framework" : " ^100.1.0| ^101.0.0"
12- },
13- "autoload" : {
14- "files" : [
15- " registration.php"
16- ],
17- "psr-4" : {
18- "Space48\\ MultiFacetNavigation\\ " : " "
19- }
20- }
2+ "name" : " space48/multifacetnavigation" ,
3+ "description" : " Magento 2 module to add facet navigation with multi-facet selection on mobile." ,
4+ "type" : " magento2-module" ,
5+ "version" : " 1.1.1" ,
6+ "license" : " proprietary" ,
7+ "require" : {
8+ "php" : " ~7.0|~7.1" ,
9+ "magento/framework" : " ^100.1.0|^101.0.0|^102.0.0"
10+ },
11+ "repositories" : {
12+ "magento" : {
13+ "type" : " composer" ,
14+ "url" : " https://repo.magento.com/"
15+ }
16+ },
17+ "autoload" : {
18+ "files" : [
19+ " registration.php"
20+ ],
21+ "psr-4" : {
22+ "Space48\\ MultiFacetNavigation\\ " : " "
23+ }
24+ }
2125}
You can’t perform that action at this time.
0 commit comments