Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created January 13, 2014 02:44
Show Gist options
  • Save greyaperez/8393944 to your computer and use it in GitHub Desktop.
Save greyaperez/8393944 to your computer and use it in GitHub Desktop.
Globally Install a Package
# Exec
composer global require '{APP PACKAGE}'
# Example
composer global require 'phpunit/phpunit=3.7.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment