Last active
December 10, 2015 15:38
-
-
Save Cosmicist/4455397 to your computer and use it in GitHub Desktop.
Boxfile snippet to build a composer project on Pagoda Box
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
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