Vagrant: More global Composer packages

pull/20/merge
Franz Liedke 2015-09-28 14:12:23 +02:00
parent 91d6e5578b
commit 472553ceaf
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -51,8 +51,8 @@ hhvm = "false"
composer_packages = [ # List any global Composer packages that you want to install
#"phpunit/phpunit:4.0.*",
#"codeception/codeception=*",
#"phpspec/phpspec:2.0.*@dev",
#"squizlabs/php_codesniffer:1.5.*",
"phpspec/phpspec:2.0.*@dev",
"squizlabs/php_codesniffer:1.5.*",
"franzl/studio:dev-master"
]