Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 277 forks source link

Make it compatible with Symfony3 #229

Closed Spomky closed 8 years ago

Spomky commented 8 years ago

I cannot use this extension to test my projects on Symfony 3. I think it is because of the dependency "symfony/config": "~2.2".

It should be "symfony/config": "~2.2|~3.0" to work correctly right ?

Spomky commented 8 years ago

Sorry. Duplicates #227