PHP-Parser/Makefile
2024-10-07 20:54:36 +02:00

11 lines
191 B
Makefile

.PHONY: phpstan php-cs-fixer
tools/vendor:
composer install -d tools
phpstan: tools/vendor
php tools/vendor/bin/phpstan
php-cs-fixer: tools/vendor
php tools/vendor/bin/php-cs-fixer fix