External libraries not initialized

Error loading external libraries

The Bug Genie uses the composer dependency management tool to control external libraries.
Before you can use or install The Bug Genie, you must use composer to initialize the vendor libraries.

If you have already downloaded and installed composer, you can do this by running the following command from the directory containing The Bug Genie:

php /path/to/composer.phar install

When the command completes. refresh this page and continue.

You can read more about composer – including how to install it – on http://getcomposer.org