diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-09-03 12:40:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-09-03 12:40:04 -0400 |
commit | c6def2a07b63f0fdc7dab5dbc4f06cdbf5227cdc (patch) | |
tree | 0e4935b8fb80c2d23a0205d9aad0d3e3be58180e | |
parent | 6f4d4c4ee080f153bcf63179c8ee347059b56247 (diff) | |
parent | 2974798ac015c1f4d8d7811120dacfabb548aa6c (diff) |
Merge pull request #309 from polmabri/gh-pages
Update composer.json to suggest "robloach/component-installer" instead of require it
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 12d17eae..a7063e89 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "type": "component", - "require": { - "robloach/component-installer": "0.0.*" + "suggest": { + "robloach/component-installer": "Allows installation of Components via Composer" }, "extra": { "component": { |