1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

Merge branch '3.1.x' into 3.2.x

* 3.1.x:
  [ticket/14529] Stop using --prefer-source for composer
This commit is contained in:
Tristan Darricau 2016-03-11 18:53:36 +01:00
commit eef7a4dbf4

View File

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