From 0156a796b2ada0843ee3590a9c0b907c925670aa Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 10 May 2016 23:08:00 -0500 Subject: [PATCH] Fixes #523: Fix documentation for adding drupal-extension and dependencies. --- docs/extras/behat.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/extras/behat.md b/docs/extras/behat.md index 32de03a38..40a39018d 100644 --- a/docs/extras/behat.md +++ b/docs/extras/behat.md @@ -13,9 +13,6 @@ installed_extras: # Make sure the following four packages are in composer_global_packages: composer_global_packages: - - { name: behat/mink, release: '1.5.*@stable' } - - { name: behat/mink-goutte-driver, release: '*' } - - { name: behat/mink-selenium2-driver, release: '*' } - { name: drupal/drupal-extension, release: '*' } ``` @@ -26,7 +23,7 @@ $ behat --version behat version 3.0.15 ``` -_You can also include the `behat/*` and `drupal/drupal-extension` directly in your project's `composer.json` file, and install the dependencies per-project. Either option (installing globally, like above, or installing per-project) is perfectly acceptable._ +_You can also include `drupal/drupal-extension` directly in your project's `composer.json` file, and install the dependencies per-project. Either option (installing globally, like above, or installing per-project) is perfectly acceptable._ ## Setting up Behat for your project