]> git.pld-linux.org Git - packages/composer.git/blobdiff - autoload.php
Requires cli for online test
[packages/composer.git] / autoload.php
index bb04952af3eed6b33c192668c8cafc2f2b526d52..5cca42128dccf0c5b1a367568a99fdb833289952 100644 (file)
@@ -16,16 +16,18 @@ $baseDir = dirname(__DIR__);
 $loader->addPrefixes(array(
     'Composer\\'  => $baseDir,
     // Dependencies
+    'Composer\\CaBundle\\' => array($phpDir),
     'Composer\\Semver\\' => array($phpDir),
     'Composer\\Spdx\\' => array($phpDir),
+    'Composer\\XdebugHandler\\' => array($phpDir),
     'JsonSchema' => array($phpDir),
+    'Psr\\Log\\' => array($phpDir),
     'Seld\\JsonLint' => array($phpDir),
     'Seld\\PharUtils\\' => array($phpDir),
-    'Seld\\CliPrompt\\' => array($phpDir),
     'Symfony\\Component\\Console\\' => array($phpDir),
+    'Symfony\\Component\\Filesystem\\' => array($phpDir),
     'Symfony\\Component\\Finder' => array($phpDir),
     'Symfony\\Component\\Process\\' => array($phpDir),
 ));
-$loader->register();
 
 return $loader;
This page took 0.114986 seconds and 4 git commands to generate.