Development and CI tools (PHPUnit, php-cs-fixer, etc) should not be declared as Composer dev dependencies since that introduces potential conflicting constraints. Rather, they should be installed and managed via phive.
Here is useful thread from another project's work to make this change:
Development and CI tools (PHPUnit, php-cs-fixer, etc) should not be declared as Composer dev dependencies since that introduces potential conflicting constraints. Rather, they should be installed and managed via phive.
Here is useful thread from another project's work to make this change:
https://github.com/MyIntervals/emogrifier/issues/822