Skip to content

Commit

Permalink
Update composer.config to include required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Singh committed Jun 29, 2016
1 parent c516a02 commit 550db5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ebextensions/composer.config
Expand Up @@ -3,6 +3,8 @@ commands:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update

option_settings:
- namespace: aws:elasticbeanstalk:application:environment
option_name: COMPOSER_HOME
value: /root
aws:elasticbeanstalk:application:environment:
COMPOSER_HOME: /root
aws:elasticbeanstalk:container:php:phpini:
document_root: /web

0 comments on commit 550db5f

Please sign in to comment.