diff options
-rwxr-xr-x | composer.phar | bin | 1075373 -> 1585196 bytes | |||
-rwxr-xr-x | travis/setup-phpbb.sh | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/composer.phar b/composer.phar Binary files differindex a3bd28e4f4..fca2a8d72d 100755 --- a/composer.phar +++ b/composer.phar diff --git a/travis/setup-phpbb.sh b/travis/setup-phpbb.sh index 8cb2f4cd68..4daa754481 100755 --- a/travis/setup-phpbb.sh +++ b/travis/setup-phpbb.sh @@ -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 .. |