Fixed composer require instruction

This commit is contained in:
Ingo Schommer 2020-07-27 17:30:49 +12:00 committed by GitHub
parent 0c479ad2eb
commit e44774dbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -35,9 +35,7 @@ into a temporary database table for inspection by the CLI-based process.
## Setup
Simply require the module in a SilverStripe webroot (3.0 or newer):
composer require --dev silverstripe/behat-extension
composer require --dev silverstripe/testsession
## Usage