Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Created April 19, 2019 21:39
Show Gist options
  • Save jpcaparas/8213cae461f5aefd373d6cb95a20d5e3 to your computer and use it in GitHub Desktop.
Save jpcaparas/8213cae461f5aefd373d6cb95a20d5e3 to your computer and use it in GitHub Desktop.
Composer PHPStorm WSL
REM This assumes that you have the "composer" binary on your global $PATH
@echo off
set params=%*
bash.exe -c "composer %params%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment