Обновил php-cs-fixer

This commit is contained in:
2022-08-15 12:47:09 +03:00
parent c8da8fa23f
commit 2c4ca426fd
6 changed files with 13 additions and 848 deletions

View File

@ -23,6 +23,12 @@ curl -sLO https://getcomposer.org/download/2.3.10/composer.phar \
&& mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer
# PHP-CS-Fixer
curl -sLO https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.9.5/php-cs-fixer.phar \
&& mv php-cs-fixer.phar /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer
# Deployer
curl -sLO https://deployer.org/releases/v6.8.0/deployer.phar \
&& mv deployer.phar /usr/local/bin/dep \