I'm trying to set up a QA box for a CI build (on CircleCI this time) and I'm running into an issue... If I use the php box I get the dealerdirect-php-qa-tools installed but not the YAML and JSON linters.
If I use the mpc box the YAML and JSON linters are available but then composer and the dealerdirect-php-qa-tools are missing.
What is the reason behind this configuration? (And what does MPC stand for anyway?)
I'm trying to set up a QA box for a CI build (on CircleCI this time) and I'm running into an issue... If I use the
php
box I get thedealerdirect-php-qa-tools
installed but not the YAML and JSON linters.If I use the
mpc
box the YAML and JSON linters are available but thencomposer
and thedealerdirect-php-qa-tools
are missing.What is the reason behind this configuration? (And what does MPC stand for anyway?)