From a1a2f7711da25869274a68272ea02b7ad25f2a3f Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 17 Oct 2013 14:25:52 +1300 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2458143..3eac58c 100644 --- a/README.md +++ b/README.md @@ -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):