Skip to content

Commit

Permalink
Temporarily use the sister branch for DrupalDriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Jun 26, 2015
1 parent dcaf406 commit 55f03a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"behat/mink-selenium2-driver": "~1.1",
"behat/behat": "~3.0,>=3.0.5",
"behat/mink-extension": "~2.0",
"drupal/drupal-driver": "~1.0@dev"
"drupal/drupal-driver": "dev-language"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand All @@ -31,6 +31,12 @@
"Drupal\\DrupalExtension": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pfrenssen/DrupalDriver"
}
],
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
Expand Down

0 comments on commit 55f03a4

Please sign in to comment.