Skip to content

Instantly share code, notes, and snippets.

@sanderson
Created May 14, 2013 21:29
Show Gist options
  • Save sanderson/5579719 to your computer and use it in GitHub Desktop.
Save sanderson/5579719 to your computer and use it in GitHub Desktop.
Using Composer on Pagoda Box
web1:
after_build:
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install"
php_extensions:
- zip
- curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment