Skip to content

Commit c5e27fc

Browse files
committed
Merge pull request #5 from colinodell/patch-1
Add license; make installer optional
2 parents 411787e + a998d96 commit c5e27fc

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)