1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 20:02:08 +02:00

Merge pull request #4259 from Nicofuma/ticket/14565

[ticket/14565] Updates composer.phar to 1.0.0-beta2
This commit is contained in:
Marc Alexander 2016-03-30 18:54:07 +02:00
commit 7a1cf2a280
2 changed files with 5 additions and 0 deletions

Binary file not shown.

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 ..