diff options
Diffstat (limited to 'homebrew/phpcodesniffer/.make.sh-auto')
-rw-r--r-- | homebrew/phpcodesniffer/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/phpcodesniffer/.make.sh-auto b/homebrew/phpcodesniffer/.make.sh-auto new file mode 100644 index 000000000..f3986966b --- /dev/null +++ b/homebrew/phpcodesniffer/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +bin.install "phpcs.phar" => "phpcs" +resource("phpcbf.phar").stage { bin.install "phpcbf.phar" => "phpcbf" } |