composer-unused v0.8.0 Release Notes

Release Date: 2022-02-03 // about 2 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed version output when running bin/composer-unused --version ### โž• Added
    • โž• Added CLI argument composer-json which can be used to parse external projects. This will default to the current working directory.
    • โž• Added error message when composer.json is not readable
    • โž• Added check for zombie exclusion. It will report if any excluded packages or pattern did match any package ### ๐Ÿ”„ Changed
    • ๐Ÿ”„ Change bin/composer-unused to be used as standalone binary
    • ๐Ÿ“ฆ Package type is now library instead of composer-plugin ### โœ‚ Removed
    • โœ‚ Removed ability to work as composer-plugin (will be supported using composer-unused/composer-unused-plugin)
    • โฌ‡๏ธ Dropped support for php 7.3