Skip to content

Commit 673e23f

Browse files
committed
Add composer.json
1 parent d7b3c83 commit 673e23f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "space48/multifacetnavigation",
3+
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"proprietary"
7+
],
8+
"require": {
9+
"php": "~5.6.0|~7.0.0",
10+
"magento/framework": "100.0.*|100.1.*"
11+
},
12+
"autoload": {
13+
"files": [
14+
"registration.php"
15+
],
16+
"psr-4": {
17+
"Space48\\MultiFacetNavigation\\": ""
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)