Explorar o código

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

Fix missing support for the symfony-bundle package type.
Jordi Boggiano %!s(int64=13) %!d(string=hai) anos
pai
achega
de7cbe60fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/composer

+ 1 - 0
bin/composer

@@ -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();