It also simplifies the composer requirement, allowing to have a single version compatible with both BrowserKitDriver 1.0.5+ (for Mink 1.4) and BrowserKitDriver 1.1 (for Mink 1.5) by letting BrowserKitDriver define the Mink requirement.
the composer installation will fail on Travis because of the minimum stability right now as 1.0.5 is not tagged yet in the BrowserKitDriver so only the dev version could match the constraint right now.
This simplifies the drivers thanks to changes done in https://github.com/Behat/MinkBrowserKitDriver/pull/15
It also simplifies the composer requirement, allowing to have a single version compatible with both BrowserKitDriver 1.0.5+ (for Mink 1.4) and BrowserKitDriver 1.1 (for Mink 1.5) by letting BrowserKitDriver define the Mink requirement. the composer installation will fail on Travis because of the minimum stability right now as 1.0.5 is not tagged yet in the BrowserKitDriver so only the dev version could match the constraint right now.