Skip to content

Instantly share code, notes, and snippets.

@duggan
Created May 22, 2013 18:40
Show Gist options
  • Save duggan/5629873 to your computer and use it in GitHub Desktop.
Save duggan/5629873 to your computer and use it in GitHub Desktop.
/usr/local/bin/composer
#!/bin/sh
/usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off /data/homedirs/deploy/build/composer.phar $*
@duggan
Copy link
Author

duggan commented May 22, 2013

curl -sS https://getcomposer.org/installer | php

from http://getcomposer.org/download/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment