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:
commit
7a1cf2a280
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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user