Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

CONFLICTS.md

File metadata and controls

9 lines (6 loc) · 362 Bytes

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.