summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
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": [
+ "*",
+ "*/*",
+ "*/*/*"
+ ]
+ }
+ }
}