Posts

Showing posts from November, 2018

Add behat in Symfony 4

To add behat in Symfony 4 i have generally followed this link https://blog.rafalmuszynski.pl/how-to-configure-behat-with-symfony-4/ However i ran into problems so i thought of sharing this info. The steps are run composer req behat/behat --dev but stumbled on the following error: ~/work/thefootie-behat $ composer req behat/behat --dev Using version ^3.5 for behat/behat ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Restricting packages listed in "symfony/symfony" to "4.1.*" Your requirements could not be resolved to an installable set of packages.   Problem 1     - Installation request for behat/behat ^3.5 -> satisfiable by behat/behat[v3.5.0].     - behat/behat v3.5.0 requires symfony/class-loader ~2.1||~3.0 -> satisfiable by symfony/class-loader[3.4.x-dev] but these conflict with your requirements or minimum-stability. Installation faile