Skip to content

Commit 550db5f

Browse files
author
Abhishek Singh
committed
Update composer.config to include required changes
1 parent c516a02 commit 550db5f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.ebextensions/composer.config

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ commands:
33
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update
44

55
option_settings:
6-
- namespace: aws:elasticbeanstalk:application:environment
7-
option_name: COMPOSER_HOME
8-
value: /root
6+
aws:elasticbeanstalk:application:environment:
7+
COMPOSER_HOME: /root
8+
aws:elasticbeanstalk:container:php:phpini:
9+
document_root: /web
10+

0 commit comments

Comments
 (0)