compile() compile(string $pharFile = 'composer.phar') Compiles composer into a single phar file Parameters string $pharFile The full path to the file to create Throws \RuntimeException
getRelativeFilePath() getRelativeFilePath(\SplFileInfo $file) : string Parameters \SplFileInfo $file Returns string
stripWhitespace() stripWhitespace(string $source) : string Removes whitespace from a PHP source string while preserving line numbers. Parameters string $source A PHP string Returns string — The PHP string with the whitespace removed