mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
BIN
composer.phar
BIN
composer.phar
Binary file not shown.
@@ -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 ..
|
||||
|
Reference in New Issue
Block a user