mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
* Add fastfony/quality-pack * Add .PHONY target quality * typo in filename to copy * install elements now in recipe * rename yml to yaml * copy the directory
8 lines
157 B
Makefile
8 lines
157 B
Makefile
.PHONY: quality
|
|
|
|
quality:
|
|
composer audit
|
|
vendor/bin/php-cs-fixer fix
|
|
vendor/bin/twig-cs-fixer lint --fix templates/
|
|
vendor/bin/phpstan analyse src tests
|