minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Add support for Symfony 3 components #164

Closed stof closed 8 years ago

aik099 commented 8 years ago

Any more drivers need Symfony 3.0 compatibility? I saw couple of PRs for that over time, but wasn't tracking overall progress for Symfony 3.0 compatibility across all Mink repos.

stof commented 8 years ago

Other drivers have either been updated (BrowserKit and Goutte) or don't need any Symfony component themselves (Selenium2 and Sahi). Mink also support Symfony 3 for its own component dependency. This driver is the only remaining one (I checked them all when writing change logs)

aik099 commented 8 years ago

OK.