diff options
author | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-17 22:30:32 +0100 |
---|---|---|
committer | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-17 22:30:32 +0100 |
commit | 35dc6e6fef607a927ebd7ea1c739c0185f85d17e (patch) | |
tree | 727d0fbb44a9f6030fbff3e55c5d74ff30efa306 | |
parent | 5923a3f2d45971434144cf3c57970ee860f09106 (diff) |
Allow installation of components via Composer in assetic dir for Symfony2
-rw-r--r-- | composer.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 80b7b311..9188d538 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,19 @@ "name": "thomaspark", "email": "hello@thomaspark.me" } - ] + ], + "type": "component", + "require": { + "robloach/component-installer": "0.0.*" + }, + "extra": { + "component": { + "name": "bootswatch", + "files": [ + "*", + "*/*", + "*/*/*" + ] + } + } } |