mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
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:
parent
7bb06f0fea
commit
a1a2f7711d
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user