Last active
August 29, 2015 14:07
-
-
Save flug/183ac6df3c734a56ec85 to your computer and use it in GitHub Desktop.
dynamize
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
function composer-update (){ | |
echo "-- composer update --" | |
$(which hhvm) $(which composer) self-update | |
$(which hhvm) $(which composer) update -vvv --profile --no-scripts && $(which php) $(which composer) run-script post-update-cmd | |
echo "-- composer update end --" | |
} |
Je pense que tu devrais retirer cette ligne, et ne pas mettre le fully-qualified path pour composer. Ça doit pouvoir se remplacer par $(which composer)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pourquoi sudo ligne 4 ? Comment as-tu installé composer ?