summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-05-24 20:55:36 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-05-24 20:55:36 +0200
commit6bca9f836836f4bea2112cd6635a384e862b4db2 (patch)
tree60f1676f2b2552a3695c5221b842fbc628102eeb /composer.json
parentf61d9f3758cbc6848d6df2cc83cc262fc36fa156 (diff)
get vfsStream via composer if its PEAR package not exists
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..fa6dc02e4
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,5 @@
+{
+ "require": {
+ "mikey179/vfsStream": "*"
+ }
+} \ No newline at end of file