Skip to content

Commit bbd544c

Browse files
author
Ingo Fabbri
committed
add composer.json
1 parent a1ec11b commit bbd544c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name":"infabo/magento-wysiwyg-files",
3+
"type":"magento-module",
4+
"license":"GPLv3",
5+
"homepage":"https://github.com/infabo/magento-wysiwyg-files",
6+
"description":"A simple extension for allowing additional file formats to be uploaded with the Magento WYSIWYG uploader",
7+
"authors": [
8+
{
9+
"name": "Ingo Fabbri",
10+
"email": "[email protected]",
11+
"role": "Author/Maintainer"
12+
}
13+
],
14+
"require":{
15+
"magento-hackathon/magento-composer-installer":"*"
16+
}
17+
}

0 commit comments

Comments
 (0)