Skip to content

v1.0.0

Compare
Choose a tag to compare
@clue clue released this 15 Nov 18:44
  • First stable release, now following SemVer.
  • Feature: Can now be installed as a require-dev Composer 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 install command.
    (#47 by @staabm)
  • Updated documentation, tests and project structure.
    (#54, #57, #58 and #59 by @clue)