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

Commit

Permalink
Switched to using Drupal 10 compatible DrupalDriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk committed Oct 6, 2022
1 parent 379b623 commit d0d5484
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 @@ -27,7 +27,7 @@
"friends-of-behat/mink-extension": "^2",
"behat/mink-goutte-driver": "~1|^2",
"behat/mink-selenium2-driver": "~1.1",
"drupal/drupal-driver": "^2.1.0",
"drupal/drupal-driver": "dev-feature/drupal-10 as 2.1.0-dev",
"symfony/browser-kit": "^3.4|~4.4|^6",
"symfony/dependency-injection": "~3.0|~4.4|^6",
"symfony/translation": "^3.4|~4.4|^6",
Expand Down Expand Up @@ -60,6 +60,12 @@
"Drupal\\MinkExtension": "src/"
}
},
"repositories": {
"drupal/drupal-driver": {
"type": "vcs",
"url": "https://github.com/drevops/DrupalDriver"
}
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
Expand Down

0 comments on commit d0d5484

Please sign in to comment.