Skip to content

Instantly share code, notes, and snippets.

@Cosmicist
Last active December 10, 2015 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cosmicist/4455397 to your computer and use it in GitHub Desktop.
Save Cosmicist/4455397 to your computer and use it in GitHub Desktop.
Boxfile snippet to build a composer project 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:
- curl
- http
- zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment