Skip to content

Commit 7879037

Browse files
Updated composer.json
1 parent d626226 commit 7879037

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
@@ -10,6 +10,14 @@
1010
"email": "[email protected]"
1111
}
1212
],
13+
"autoload": {
14+
"files": [
15+
"registration.php"
16+
],
17+
"psr-4": {
18+
"Magebit\\StaticContentProcessor\\": ""
19+
}
20+
},
1321
"require": {
1422
"divante/magento2-vsbridge-indexer": ">=1.6.0",
1523
"php": ">=7.1.0"

0 commit comments

Comments
 (0)