Use quotes around composer require argument for some shells.

* is a reserved character in some shells and will cause an error
if you don't put quotes around the argument.
This commit is contained in:
Sean Harvey 2013-10-17 14:25:52 +13:00
parent 7bb06f0fea
commit a1a2f7711d

View File

@ -43,7 +43,7 @@ Skip this step if adding the module to an existing project.
Switch to the newly created webroot, and add the SilverStripe Behat extension.
cd my-test-project
composer require silverstripe/behat-extension:*
composer require "silverstripe/behat-extension:*"
Now get the latest Selenium2 server (requires Java):