Unlock this challenge:
Where should tools like "PHP CS Fixer" live in our project?
In its own directory using a different composer.json file
composer.json
At the project's root directory, installed into composer.json like normal
In its own directory but using the project's main composer.json file