v1.0.0
- First stable release, now following SemVer.
- Feature: Can now be installed as a
require-devComposer dependency and supports running as./vendor/bin/phar-composer. (#36 by @radford) - Fix: Actually exclude
vendor/directory. This prevents processing all vendor files twice and reduces build time by 50%. (#38 by @radford) - Fix: Fix error reporting when processing invalid project paths. (#56 by @staabm and @clue)
- Fix: Fix description of
phar-composer installcommand. (#47 by @staabm) - Updated documentation, tests and project structure. (#54, #57, #58 and #59 by @clue)