Sfoglia il codice sorgente

Fix phar compilation

Jordi Boggiano 13 anni fa
parent
commit
0a4f36ea6d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);