[ticket/14565] Workaround for php 5.3.3

PHPBB3-14565
This commit is contained in:
Tristan Darricau 2016-03-29 19:05:36 +02:00
parent 9a5f420ce8
commit 00dcbb3992

View file

@ -37,5 +37,10 @@ then
fi
cd phpBB
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.4', '<');"` == "1" ]
then
php ../composer.phar config disable-tls true
fi
php ../composer.phar install --dev --no-interaction
cd ..