Created
May 7, 2014 01:38
-
-
Save clouddueling/ebe3664142f2ef4cfafa to your computer and use it in GitHub Desktop.
Doesn't Work
This file contains hidden or 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
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 |
This file contains hidden or 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
{ | |
"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