EDFor my Composer scripts, I prefer to use "agnostic" names: format, test, analyse, etc. Currently, they run Pint, Pest, PHPStan, but in the future each command could run another tool. This way, I don't need to change the command name.Comment·Article·Jun 16, 2024·How to Organize Composer Scripts Effectively