-
-
Save wblessen/795bec46a1de2d2500c8b861a7fddb85 to your computer and use it in GitHub Desktop.
phpstan install globally as phar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O phpstan.phar https://github.com/phpstan/phpstan/raw/HEAD/phpstan.phar | |
chmod a+x phpstan.phar | |
sudo mv phpstan.phar /usr/local/bin/phpstan | |
phpstan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment