Skip to content

Release v1.0.0 – Initial Release

Choose a tag to compare

@selfphp selfphp released this 11 Jun 07:11
· 5 commits to main since this release

This is the first public release of php-dependency-inspector – a lightweight CLI tool for analyzing Composer dependencies in PHP projects.

🚀 Features

  • Scans composer.lock and source files to detect:
    • ✅ Unused packages
    • ✅ Outdated packages (minor, patch, major)
  • CLI-based tool suitable for local development and CI pipelines
  • Export results to Markdown (--output=ci-report.md)
  • Basic audit logic implemented using:
    • symfony/console
    • symfony/finder

⚠️ Notes

  • Requires PHP 8.1+
  • Designed for developers who want insight into dependency hygiene and version management
  • Future releases will remove Symfony dependencies and further modularize the CLI