-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.5: Add conflict to behat/mink-selenium2-driver to fix the builds Update PR template Update supported branches in README file
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
| Q | A | ||
| --------------- | ----- | ||
| Branch? | 1.3 (security fixes), 1.4 (bug fixes, improvements), 1.5 (new features) | ||
| Branch? | 1.4 (security fixes), 1.5 (bug fixes, improvements), 1.6 (new features) | ||
| Bug fix? | no/yes | ||
| New feature? | no/yes | ||
| Related tickets | fixes #X, partially #Y, mentioned in #Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CONFLICTS | ||
|
||
This document explains why certain conflicts were added to `composer.json` and | ||
references related issues. | ||
|
||
- `behat/mink-selenium2-driver:>=1.7.0`: | ||
|
||
This version adds strict type to the `Behat\Mink\Driver\Selenium2Driver::visit($url)` method | ||
which causes a fatal error because the method signature is no longer compatible with the parent class. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters