Обновил php-cs-fixer
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user