mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +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
|
fi
|
||||||
|
|
||||||
cd phpBB
|
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
|
php ../composer.phar install --dev --no-interaction
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user