Fixed composer require command

This commit is contained in:
Josh Sherman 2013-12-28 01:39:33 -05:00
parent 6b0fed32c6
commit 2dad337c8d

View file

@ -4,6 +4,6 @@ php:
- "5.5" - "5.5"
install: install:
- require mikey179/vfsStream:1.2.0 - composer require mikey179/vfsStream:1.2.0
script: phpunit --bootstrap ./tests/bootstrap.php ./tests script: phpunit --bootstrap ./tests/bootstrap.php ./tests