Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #523: Fix documentation for adding drupal-extension and depende…
Browse files Browse the repository at this point in the history
…ncies.
  • Loading branch information
geerlingguy committed May 11, 2016
1 parent 8ab9dd9 commit 0156a79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/extras/behat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*' }
```
Expand All @@ -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

Expand Down

0 comments on commit 0156a79

Please sign in to comment.