From e44774dbf0bf97d6b79a1d0428cb9b4a29ae73e2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 27 Jul 2020 17:30:49 +1200 Subject: [PATCH] Fixed composer require instruction --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d8d9cb9..77682e3 100644 --- a/README.md +++ b/README.md @@ -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