We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516a02 commit 550db5fCopy full SHA for 550db5f
.ebextensions/composer.config
@@ -3,6 +3,8 @@ commands:
3
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update
4
5
option_settings:
6
- - namespace: aws:elasticbeanstalk:application:environment
7
- option_name: COMPOSER_HOME
8
- value: /root
+ aws:elasticbeanstalk:application:environment:
+ COMPOSER_HOME: /root
+ aws:elasticbeanstalk:container:php:phpini:
9
+ document_root: /web
10
+
0 commit comments