Skip to content

Commit a998d96

Browse files
committed
Add license; make installer optional
These changes will allow the extension to be listed on packages.firegento.com See magento-hackathon/composer-repository#111
1 parent 411787e commit a998d96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
"description": "Adaptive imagesresize with crop for ideal proportions fit Magento plugin",
44
"type": "magento-module",
55
"homepage": "https://github.com/obukhow/AdaptiveResize",
6+
"license": "OSL-3.0",
67
"keywords": ["catalog", "image"],
78
"authors": [
89
{
910
"name": "Denis Obukhov",
1011
"email": "denis.obukhov@oggettoweb.com"
1112
}
1213
],
13-
"require": {
14-
"magento-hackathon/magento-composer-installer": "*"
14+
"suggest": {
15+
"magento-hackathon/magento-composer-installer": "Provides automatic installation of this extension"
1516
}
1617
}

0 commit comments

Comments
 (0)