Release v1.0.0 – Initial 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.lockand 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/consolesymfony/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