Skip to content

Commit 33e9482

Browse files
committed
Merge branch '1.4' into 1.5
* 1.4: Add conflict to behat/mink-selenium2-driver to fix the builds Update PR template Update supported branches in README file
2 parents ca118a0 + 54a7139 commit 33e9482

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| --------------- | -----
3-
| Branch? | 1.3 (security fixes), 1.4 (bug fixes, improvements), 1.5 (new features)
3+
| Branch? | 1.4 (security fixes), 1.5 (bug fixes, improvements), 1.6 (new features)
44
| Bug fix? | no/yes
55
| New feature? | no/yes
66
| Related tickets | fixes #X, partially #Y, mentioned in #Z

CONFLICTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CONFLICTS
2+
3+
This document explains why certain conflicts were added to `composer.json` and
4+
references related issues.
5+
6+
- `behat/mink-selenium2-driver:>=1.7.0`:
7+
8+
This version adds strict type to the `Behat\Mink\Driver\Selenium2Driver::visit($url)` method
9+
which causes a fatal error because the method signature is no longer compatible with the parent class.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Tagged services would be executed according to their priority (descending).
134134
135135
## Supported branches
136136
137-
* `1.3` (v1.3.*) - security fixes
138-
* `1.4` (v1.4.*) - bug fixes, improvements
139-
* `1.5` (v1.5.*) - new features
137+
* `1.4` (v1.4.*) - security fixes
138+
* `1.5` (v1.5.*) - bug fixes, improvements
139+
* `1.6` (v1.6.*) - new features
140140
* `2.0` (v2.0.*) - new features, removing deprecations, BC breaks
141141
142142
## Security issues

0 commit comments

Comments
 (0)