Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 5629ef9

Browse files
committed
Enhancement: Add Makefile with cs target
1 parent d4eb646 commit 5629ef9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: composer cs
2+
3+
composer:
4+
composer validate
5+
composer install --prefer-dist
6+
7+
cs: composer
8+
vendor/bin/php-cs-fixer fix --config-file=.php_cs --diff --verbose

0 commit comments

Comments
 (0)