Skip to content

Commit

Permalink
Removed drupal extension as dependency. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 30, 2018
1 parent a0e9b6e commit 37f2c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"behat/behat": "^3.3.1",
"drupal/drupal-extension": "^v3.3.0",
"symfony/finder": "^3.2|^4.0"
"symfony/finder": "^3.2|^4.0",
"behat/mink-selenium2-driver": "^1.3"
},
"require-dev": {
"behat/mink": "~1.5",
Expand Down

0 comments on commit 37f2c9c

Please sign in to comment.