Closed mnapoli closed 12 years ago
I'm running into a few issues using this application out-of-the-box.
Currently -- in both the ZIP distribution and the git clone -- the php-di directory is empty and therefore the application doesn't work.
From commit 'aad3970' I get the impression that the php-di directory was supposed to be added as a submodule, but there's no .submodule file in the base of the repo.
Also, I attempted to populate the php-di via composer, but when I run composer.phar it tells me there's nothing to do.
I'm able to get the application working by fixing the submodule bug, but other people using this might get discouraged with it not running OOTB.
Oh yeah thanks I believe it's actually because composer now forbid using "dev-master" version of another project since a few weeks... I am fixing the configuration.
Now it should be good.
Thanks!
On Thu, Nov 8, 2012 at 12:44 AM, Matthieu Napoli notifications@github.comwrote:
Now it should be good.
— Reply to this email directly or view it on GitHubhttps://github.com/mnapoli/phpBeanstalkdAdmin/issues/3#issuecomment-10180221.
Integrate with Composer and PHP-DI.