Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created May 7, 2014 01:39
Show Gist options
  • Save clouddueling/f0da7fa254c46b07fbd4 to your computer and use it in GitHub Desktop.
Save clouddueling/f0da7fa254c46b07fbd4 to your computer and use it in GitHub Desktop.
commands:
01updateComposer:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update
02installVendors:
command: /usr/bin/composer.phar install
option_settings:
- namespace: aws:elasticbeanstalk:application:environment
option_name: COMPOSER_HOME
value: /root
{
"require": {
"aws/aws-sdk-php": "2.*",
"filp/whoops": "1.*",
"gregwar/image": "*",
"fightbulc/moment": "1.2.*",
"stripe/stripe-php": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"classmap": [
"application/libraries",
"application/modules",
"application/models"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment