1
0
Fork 0

Merge pull request #48 from nrk/fix-symfony-bundle

Fix missing support for the symfony-bundle package type.
pull/60/merge
Jordi Boggiano 2011-10-15 06:03:06 -07:00
commit de7cbe60fe
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ $dm->setDownloader('zip', new Downloader\ZipDownloader());
// initialize installation manager
$im = new Installer\InstallationManager();
$im->setInstaller('library', new Installer\LibraryInstaller('vendor', $dm, $rm->getLocalRepository()));
$im->setInstaller('symfony-bundle', new Installer\LibraryInstaller('vendor/bundles', $dm, $rm->getLocalRepository()));
// load package
$loader = new Package\Loader\JsonLoader();