Skip to content

Commit 0c9dc96

Browse files
Updated composer.json
1 parent 3409f60 commit 0c9dc96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

+8
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@
1919
"require": {
2020
"magento/framework": "100.1.*",
2121
"magento/module-ui": "100.1.*"
22+
},
23+
"autoload": {
24+
"files": [
25+
"registration.php"
26+
],
27+
"psr-4": {
28+
"ShiftedReality\\MageConfDemo\\": ""
29+
}
2230
}
2331
}

0 commit comments

Comments
 (0)