Problem / Motivation

Some modules have soft dependencies on other modules. Because the dependencies are soft, they are not required in the main composer's "require" section, but are usually present in the "require-dev" section to install them to launch integration tests.

But when a user tries to play with this module using Simplytest, these soft dependencies are not installed, which leads to an inability to test all the features of the module.

And installing composer dependencies manually on a Simplytest site instance is pretty challenging ;)

So, I'd suggest adding a step that installs the dev composer dependencies too. What do you think about this?

Comments

murz created an issue.