phar-composer
phar-composer copied to clipboard
Simple phar creation for every PHP project managed via Composer
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...
It's my understanding that this project seems to work reasonably well for its intended use case - and at the same time fails to implement many of the nice-to-have features...
Currently, the stub will not be added when no main index file is defined. As such, PHP's less versatile default stub will be added, which, among others, does not properly...
To make this package compatible with symfony 7, the symfony commands needed to be adjusted. This makes the package incompatible with PHP5.3. This PR sets the minimum required PHP version...