]> git.pld-linux.org Git - packages/composer.git/blobdiff - autoload.php
update autoloader for new deps (psr/log, composer/ca-bundle)
[packages/composer.git] / autoload.php
index f86f15a2dd0302d6c115d94ef76cccd1cbe670ba..2edccdefd33126e4f1ba19144ddf6b3dcb212611 100644 (file)
@@ -15,16 +15,18 @@ $baseDir = dirname(__DIR__);
 
 $loader->addPrefixes(array(
     'Composer\\'  => $baseDir,
-       // Dependencies
+    // Dependencies
+    'Composer\\CaBundle\\' => array($phpDir),
     'Composer\\Semver\\' => array($phpDir),
     'Composer\\Spdx\\' => array($phpDir),
     'JsonSchema' => array($phpDir),
+    'Psr\\Log\\' => array($phpDir),
+    'Seld\\CliPrompt\\' => array($phpDir),
     'Seld\\JsonLint' => array($phpDir),
     'Seld\\PharUtils\\' => array($phpDir),
     'Symfony\\Component\\Console\\' => array($phpDir),
     'Symfony\\Component\\Finder' => array($phpDir),
     'Symfony\\Component\\Process\\' => array($phpDir),
 ));
-$loader->register();
 
 return $loader;
This page took 0.074185 seconds and 4 git commands to generate.