A bug report made me know that I was missing a dependecy: the symfony/yaml component.
To my dismay, it was true, and the CI didn't catch that becase there were others dev dependencies that required that (and the stopwatch component too!).
With this PR, I added a self-consistency check to avoid further issues like this one, an required the missing packages.
A bug report made me know that I was missing a dependecy: the
symfony/yaml
component.To my dismay, it was true, and the CI didn't catch that becase there were others dev dependencies that required that (and the stopwatch component too!).
With this PR, I added a self-consistency check to avoid further issues like this one, an required the missing packages.