Skip to content

Commit

Permalink
Merge pull request #54 from jakzal/phpca
Browse files Browse the repository at this point in the history
Switch phpca to phar installation
  • Loading branch information
jakzal authored May 14, 2018
2 parents 94c0e58 + 065a534 commit a0cc860
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@
"summary": "Finds usage of non-built-in extensions",
"website": "https://github.com/wapmorgan/PhpCodeAnalyzer",
"command": {
"composer-global-install": {
"package": "wapmorgan/php-code-analyzer"
"phar-download": {
"phar": "https://github.com/wapmorgan/PhpCodeAnalyzer/releases/download/1.0.4/phpca.phar",
"bin": "/usr/local/bin/phpca"
}
},
"test": "phpca -h"
Expand Down

0 comments on commit a0cc860

Please sign in to comment.