Last active
January 31, 2020 11:44
-
-
Save zaheerbadi/5e00daa38f0d33609c958dba4ed0a64c to your computer and use it in GitHub Desktop.
Define Multiple Command Line PHP and COMPOSER in windows For More info about how to setup please visit https://zaheerbadi.wordpress.com/2020/01/31/define-multiple-command-line-php-and-composer-in-windows/
This file contains 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
alias composer701='/E/wamp64/bin/php/php7.0.32/php.exe /c/composer/composer.phar ' | |
alias composer71='/E/wamp64/bin/php/php7.1.22/php.exe /c/composer/composer.phar ' | |
alias php70='/E/wamp64/bin/php/php7.0.32/php.exe' | |
alias php71='/E/wamp64/bin/php/php7.1.22/php.exe' | |
alias php56='/E/wamp64/bin/php/php5.6.38/php.exe' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment