requirements-checker
requirements-checker copied to clipboard
Non-zero exit code on warnings
I want to use this checker to check at build time if a Docker environment is fully compatible with Symfony, including all optional requirements. For this, it would be beneficial when warnings also trigger a non-zero exit status. My suggestion would be to add something like a --strict command switch.
If this sounds acceptable, I don't mind making a PR for this.