phar-composer
phar-composer copied to clipboard
Add support to force extracting archives
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