@@ -861,7 +861,7 @@ software_available:
861861 curl -sS -L --fail https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar > /usr/local/bin/phpcbf \
862862 && chmod +x /usr/local/bin/phpcbf \
863863 php-cs-fixer :
864- disabled : [5.2, 7.4, 8.0, 8.1 ]
864+ disabled : [5.2]
865865 check : php-cs-fixer --version 2>&1 | grep -E 'Fixer\s+(version\s*)?[-_.0-9]+\s+'
866866 5.3 :
867867 command : |
@@ -875,10 +875,30 @@ software_available:
875875 command : |
876876 curl -sS -k -L --fail https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.2.19/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
877877 && chmod +x /usr/local/bin/php-cs-fixer \
878- all :
878+ 5.6 :
879+ command : |
880+ curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
881+ && chmod +x /usr/local/bin/php-cs-fixer \
882+ 7.0 :
883+ command : |
884+ curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
885+ && chmod +x /usr/local/bin/php-cs-fixer \
886+ 7.1 :
879887 command : |
880888 curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
881889 && chmod +x /usr/local/bin/php-cs-fixer \
890+ 7.2 :
891+ command : |
892+ curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
893+ && chmod +x /usr/local/bin/php-cs-fixer \
894+ 7.3 :
895+ command : |
896+ curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
897+ && chmod +x /usr/local/bin/php-cs-fixer \
898+ all :
899+ command : |
900+ curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v3.phar > /usr/local/bin/php-cs-fixer \
901+ && chmod +x /usr/local/bin/php-cs-fixer \
882902 phpmd :
883903 disabled : [5.2]
884904 check : phpmd --version | grep -E '^PHPMD [0-9][.0-9]+'
0 commit comments