Florian Cellier

Results 27 comments of Florian Cellier

You could use this branch if you want : `cdaguerre:sf-5-compat`. Their are 2 other PR on this subjet, I close mine in favorite of this one : https://github.com/Behat/MinkExtension/issues/361 !

In your `composer.json`, to resolve this issue use my github repo that fix this dependencies: ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/chadyred/MinkExtension" } ], "require-dev": { "behat/mink-extension": "dev-upgrade/allow-symony-5...

@AmokraneMancer up

You're welcome !

Did you add this in your `composer.json` ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/chadyred/MinkExtension" } ], ```

You are right, this is the best way as the https://github.com/FriendsOfBehat/MinkExtension is the main repository for MinkExtension and the maintain repository

Same here : for example, it is required for Smoke test to have a little bit of data, and nothing else fancy, so a dedicated bootstrap could be great to...

Hello @manuelh78, In all cases this is a deprecated things using this synthase, so use PHP 7.3 or use a docker image with an old PHP to run this atoum...

Then I show this on bottom of sublime text. ![image](https://user-images.githubusercontent.com/5954673/41724037-ec510a46-756c-11e8-8231-77f2362a0855.png)

I solve my problem by doing this Install dependencies for your system: https://github.com/Automattic/node-canvas/wiki/_pages Then `gitbook install` Or doing this Upgrade your node version ``` sudo npm cache clean -f rm...