Conversation
a4d9bd5 to
fc811cd
Compare
|
Hello @alanpoulain, |
fc811cd to
d7360a0
Compare
|
It doesn't depend on me, sorry. |
d7360a0 to
1390e79
Compare
|
@alanpoulain : what is the right way to use with composer ? thks |
1985e36 to
6ab044d
Compare
6ab044d to
e63859b
Compare
|
And Travis should be green now! |
|
Thank you very much 🎉 |
|
@alanpoulain Thank you very much for your PR. i have just tested it on my SF5 project, but i have some problems :/ I use friends-of-behat/mink-extension:2.3.1 -> is it possible to use the version 2.4.0 for friends-of-behat/mink-extension ? |
|
@guelosuperstart you need to replace It tells Composer to replace the old package by itself (https://github.com/FriendsOfBehat/Mink/blob/28798f57e9674cb99750606807d623bbc0ae6db3/composer.json#L27). Try to do this: composer require --dev friends-of-behat/mink behatch/contexts |
|
Thank you @alanpoulain, I have just tested your solution and it works like a charm: D So to use |
|
Hi, Thank you for the SF5 compatibility! Since Composer 1.10 release (here): I have the following deprecation notice message:
In composer.lock, I have :
Do you know how we can fix this? Thanks |
|
Symfony2Extension is not really maintained anymore. I suggest you to use https://github.com/FriendsOfBehat/SymfonyExtension instead. |
|
Hello @adrienfr , In my SF5 project, i have installed behat, behatch/contexts& mink like this: i use friends-of-behat/symfony-extension:v2.1.0-BETA.1 instead of Symfony2Extension |
|
Thanks @alanpoulain & @guelosuperstart but I use I tried to mix
|
Fixes #279.
The MinkExtension from Behat (https://github.com/Behat/MinkExtension) has been replaced by the one from FriendsOfBehat (https://github.com/FriendsOfBehat/MinkExtension) because it is more actively maintained (and supports Symfony 5).