phar-composer
phar-composer copied to clipboard
Simple phar creation for every PHP project managed via Composer
Now that v0.0.2 lays the foundation for handling each sub-package independently, we should add an config option to exclude a set of files from the resulting phar. Ideally, each project...
Hi Clue, First of all: thanks a lot also for this amazing library! I just tried to build a phar from a symfony5 console app, but struggled, since .env files...
This pull request fixes a few typos with the help of https://github.com/szepeviktor/typos-on-you.
Contains all of the work in PR #16, but with all of the code conflicts resolved. Refs #10. --- This change is [](https://reviewable.io/reviews/clue/phar-composer/83)
I'm not sure what "version" was being referred to when choosing `installed.json` over `composer.lock`, but the former has no notion of dev/no-dev whereas the later does. This works for me,...
This PR adds support for excluding files (and directories) as described in #5 and originally implemented in #15. At the moment I'm unsure if `Package::isBlacklisted()` is implemented correctly to exclude...
So I made a simple "hack" so it only adding requires and not require-devs. I read in one of the other issues (actually this was a PR #50 ), that...
Currently, we only try to take the first `bin` listed in `composer.json`. Aditionally, we should offer a way to define a main file either through a command line option or...