summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorPiotr Kedra <piotr@kraksoft.pl>2014-02-17 22:30:32 +0100
committerPiotr Kedra <piotr@kraksoft.pl>2014-02-17 22:30:32 +0100
commit35dc6e6fef607a927ebd7ea1c739c0185f85d17e (patch)
tree727d0fbb44a9f6030fbff3e55c5d74ff30efa306 /composer.json
parent5923a3f2d45971434144cf3c57970ee860f09106 (diff)
Allow installation of components via Composer in assetic dir for Symfony2
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": [
+ "*",
+ "*/*",
+ "*/*/*"
+ ]
+ }
+ }
}