1
0
Fork 0

Fix phar compilation

pull/248/head
Jordi Boggiano 2012-01-23 10:02:28 +01:00
parent 9e332a1fe3
commit 0a4f36ea6d
1 changed files with 1 additions and 0 deletions

View File

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