Composer Unused Versions Save

Show unused composer dependencies by scanning your code

0.8.1

2 years ago

What's Changed

With 0.8 release we introduced some regressions into the tool. This release should fix most of them.

Features 💡

  • GithubAction Annotations:
    • With this, composer-unused will now annotate errors in your pull requests for unused or zombie packages
  • --output-format option is now available and can be set to default or github (new styles coming in the future)
  • Dedicated configuration

Improvements 🔧

Fixes 🐛

New Contributors

Full Changelog: https://github.com/composer-unused/composer-unused/compare/0.8.0...0.8.1

0.8.0

2 years ago

What's Changed

Version 0.8 marks a full rewrite of how composer-unused is scanning for unused packages and its integration into composer. There a new features that were rewritten and added again also some features got removed as they need a stable base to integrated again.

Integration with composer

composer-unused itself is no longer a composer-plugin. This functionality was moved to composer-unused/composer-unused-plugin. If you want to use it as a plugin, you only need to install the plugin itself.

Other than that composer-unused is now working as a CLI tool. You can execute it from anywhere passing a --composer-json as option to scan the given file, or like the previous behavior execute it beside the composer.json you want to scan.

Improvements 🔧

Fixed 🐛

New Contributors

Full Changelog: https://github.com/composer-unused/composer-unused/compare/0.7.8...0.8.0

0.8.0-RC1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/composer-unused/compare/0.7.x...0.8.0-RC1

0.7.12

2 years ago

0.7.11

2 years ago

This reverts changes done with 0.7.10. As it turned out, removing composer/composer is not that simple. The dependency to it will be removed in later phase for 0.8 until that, 0.7 will stay as is.

Full Changelog: https://github.com/composer-unused/composer-unused/compare/0.7.10...0.7.11

0.7.10

2 years ago

0.7.9

2 years ago

0.7.8

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/composer-unused/compare/0.7.7...0.7.8

0.7.7

2 years ago

Added

  • Added support for psr/log v2 and 3 #200 (thanks to @simPod)

0.7.6

2 years ago

Removed

  • Droppped support for composer v1

This release should fix issue with old and new github key format