Skip to content

Commit

Permalink
Merge branch '1.5' into 1.6
Browse files Browse the repository at this point in the history
* 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
GSadee committed Apr 26, 2024
2 parents ca118a0 + 33e9482 commit e3c7b23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
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
9 changes: 9 additions & 0 deletions CONFLICTS.md
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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ Tagged services would be executed according to their priority (descending).
## Supported branches
* `1.3` (v1.3.*) - security fixes
* `1.4` (v1.4.*) - bug fixes, improvements
* `1.5` (v1.5.*) - new features
* `1.4` (v1.4.*) - security fixes
* `1.5` (v1.5.*) - bug fixes, improvements
* `1.6` (v1.6.*) - new features
* `2.0` (v2.0.*) - new features, removing deprecations, BC breaks
## Security issues
Expand Down

0 comments on commit e3c7b23

Please sign in to comment.