Update composer options

Added composer option --ignore-platform-reqs in order to avoid
platform missing requirements (like ext-curl and so)
https://getcomposer.org/doc/03-cli.md

Change-Id: I152f817f3665651d5f3e6ffde38590bfdbdadca3
This commit is contained in:
Sebastian Marcet 2015-08-18 10:30:45 -03:00
parent 917df76498
commit 99d2d22804

View File

@ -9,4 +9,4 @@ cat >bootstrap/environment.php <<EOF
});
EOF
curl -s https://getcomposer.org/installer | /usr/bin/php
php composer.phar install --prefer-dist
php composer.phar install --prefer-dist --ignore-platform-reqs