Browse Source

Fix phar compilation

Jordi Boggiano 13 years ago
parent
commit
0a4f36ea6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Compiler.php

+ 1 - 0
src/Composer/Compiler.php

@@ -69,6 +69,7 @@ class Compiler
             $this->addFile($phar, $file);
         }
 
+        $this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/.composer/ClassLoader.php'));
         $this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/.composer/autoload.php'));
         $this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/.composer/autoload_namespaces.php'));
         $this->addComposerBin($phar);