Merge branch '3.2.x'

* 3.2.x:
  [ticket/14529] Stop using --prefer-source for composer
This commit is contained in:
Tristan Darricau 2016-03-11 18:54:02 +01:00
commit 5dd11735fb

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 ..