echo "\n🚔  \033[0;32mRunning Code Sniffer Symfony for /public ...\033[0m"
./vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --using-cache=no

echo "\n💩  \033[0;32mRunning PHP Mess Detector ...\033[0m"
./vendor/bin/phpmd ./ text ./phpmd.xml --suffixes php,inc,test --exclude vendor,bin,var,tests,node_modules,DataFixtures,Migrations

echo "\n⛔  \033[0;32mRunning SensioLabs Security Checker ...\033[0m"
./vendor/bin/security-checker security:check ./composer.lock
