Created
January 13, 2014 02:44
-
-
Save greyaperez/8393944 to your computer and use it in GitHub Desktop.
Globally Install a Package
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
# 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