-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
cd phpBB
|
curl -s http://getcomposer.org/installer | php
|
php composer.phar install
|
should be
cd phpBB
|
php ../composer.phar install
|