Skip to content

Commit

Permalink
[Maintenance] Migrate to official Mink distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Dec 9, 2023
1 parent 9c7de27 commit 13a43d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ isolated driver to use for Symfony application testing.
1. Require the packages needed for the driver using _Composer_:

```bash
composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver
composer require --dev behat/mink friends-of-behat/mink-extension behat/mink-browserkit-driver
```

_Those `friends-of-behat` packages are forks of the original ones, adding support for Symfony 5 and dropping support for Symfony <4.4._
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require-dev": {
"behat/mink-browserkit-driver": "^2.0",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/mink": "^1.9",
"behat/mink": "^1.9",
"friends-of-behat/mink-extension": "^2.5",
"friends-of-behat/page-object-extension": "^0.3.2",
"friends-of-behat/service-container-extension": "^1.1",
Expand All @@ -33,7 +33,7 @@
},
"suggest": {
"behat/mink-browserkit-driver": "^2.0",
"friends-of-behat/mink": "^1.9",
"behat/mink": "^1.9",
"friends-of-behat/mink-extension": "^2.5"
},
"config": {
Expand Down

0 comments on commit 13a43d1

Please sign in to comment.