phar-composer icon indicating copy to clipboard operation
phar-composer copied to clipboard

Add support to force extracting archives

Open clue opened this issue 12 years ago • 0 comments

Some packages are very difficult to bundle as a phar, most often because they work with their paths in a way that does not work within phars (most notably using realpath() etc.)

This should not be turned on by default for performance reasons, so we will need an additional config option.

Refs herrera-io/php-box#11

clue avatar Aug 17 '13 00:08 clue