Skip to content

Instantly share code, notes, and snippets.

@zaheerbadi
Last active January 31, 2020 11:44
Show Gist options
  • Save zaheerbadi/5e00daa38f0d33609c958dba4ed0a64c to your computer and use it in GitHub Desktop.
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/
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