Skip to content

Commit e76c6c0

Browse files
authored
minor #120 Recommend Mink forks in suggests section of composer.json (pamil)
This PR was merged into the 2.1-dev branch. Discussion ---------- Commits ------- 2b32376 Recommend Mink forks in suggests section of composer.json
2 parents 6bbd557 + 2b32376 commit e76c6c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"symfony/yaml": "^4.4|^5.0"
3333
},
3434
"suggest": {
35-
"behat/mink-browserkit-driver": "^1.3"
35+
"friends-of-behat/mink": "^1.7",
36+
"friends-of-behat/mink-browserkit-driver": "^1.3",
37+
"friends-of-behat/mink-extension": "^2.2"
3638
},
3739
"autoload": {
3840
"psr-4": { "FriendsOfBehat\\SymfonyExtension\\": "src/" }

0 commit comments

Comments
 (0)