Skip to content

Commit be6a965

Browse files
committed
Add platform check file to phar
1 parent 4c36d3a commit be6a965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Phar/Compiler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public function compile($pharFile = 'docs.phar')
111111
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/composer/autoload_files.php'));
112112
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/composer/autoload_real.php'));
113113
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/composer/autoload_static.php'));
114+
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/composer/platform_check.php'));
114115
if (file_exists(__DIR__.'/../../vendor/composer/include_paths.php')) {
115116
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../vendor/composer/include_paths.php'));
116117
}

0 commit comments

Comments
 (0)