Moved to composer installed vfsSteam

Seems the issue was namespacing this whole time.
This commit is contained in:
Joshua Sherman 2013-12-28 02:08:10 -05:00
parent fd157c23bc
commit e70f31c711
4 changed files with 67 additions and 20 deletions

8
composer.json Normal file
View file

@ -0,0 +1,8 @@
{
"config": {
"vendor-dir": ".composer"
},
"require": {
"mikey179/vfsStream": "1.2.0"
}
}