deplacmeent composer.phar et php-cs-fixer

This commit is contained in:
2022-05-04 16:53:32 +02:00
parent 774cc9fa5e
commit 16a2c38e97
8 changed files with 2085 additions and 9 deletions

View File

@ -13,7 +13,7 @@ then
exit 1
fi
php composer-setup.php
php composer-setup.php --install-dir=bin
RESULT=$?
rm composer-setup.php
exit $RESULT