mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
2 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue