-
Notifications
You must be signed in to change notification settings - Fork 275
Installation issue (conflict with symfony/css-selector) #332
Comments
Ok guys, I fixed this by downgrading
I close this issue, my thought is that's a DX issue. Regards, Fabien |
But problem is not solved
I have Symfony 4 compatibility was merged here #308 but problem is probably not here but with |
This was solved in minkphp/Mink@808702d#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780 now in master file https://github.com/minkphp/Mink/blob/master/composer.json contains but has own version So we can see that blocking issues are: minkphp/MinkSelenium2Driver#287 and blocking pull requests minkphp/MinkSelenium2Driver#278 two first are merged, last one is ready for review. |
For now workaround: add line
to root of |
Hello there!
I'm reporting an issue when installing MinkExtension with Symfony 4.1.1.
I proceed with this command:
composer req behat/behat --dev
.But I got the following message as
symfony/css-selector
is not supported.Is there a workaround?
Thank you for your help!
Regards,
Fabien
The text was updated successfully, but these errors were encountered: