[ticket/14529] Stop using --prefer-source for composer

The api rate limit has been removed by github. Therefore,
we no longer need --prefer-source

PHPBB3-14529
This commit is contained in:
Marc Alexander 2016-03-11 17:51:02 +01:00
parent 9288a50bcf
commit 2337d9dd27

View file

@ -37,5 +37,5 @@ then
fi fi
cd phpBB cd phpBB
php ../composer.phar install --dev --no-interaction --prefer-source php ../composer.phar install --dev --no-interaction
cd .. cd ..