minkphp / MinkGoutteDriver

Goutte driver for Mink framework
MIT License
299 stars 52 forks source link

Simplified the driver for BrowserKitDriver 1.0.5 #19

Closed stof closed 11 years ago

stof commented 11 years ago

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.