2020-04-25 UTC
# Zegnat This is more something that may be worth changing: you do not need to define `./vendor/bin/` within scripts in the composer.json file. Composer will always look in that folder first, so just writing `phpunit` will default to a local installation and not the global one. (See https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands)