Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created May 7, 2014 01:38
Show Gist options
  • Save clouddueling/ebe3664142f2ef4cfafa to your computer and use it in GitHub Desktop.
Save clouddueling/ebe3664142f2ef4cfafa to your computer and use it in GitHub Desktop.
Doesn't Work
commands:
01updateComposer:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update
02installVendors:
command: /usr/bin/composer.phar install --no-dev
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"
},
"require-dev": {
"phpunit/phpunit": "3.*",
"phpspec/phpspec": "2.0.*@dev",
"phpunit/php-code-coverage": "*",
"henrikbjorn/phpspec-code-coverage": "1.0.*@dev"
},
"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