eliashaeussler/composer-update-check

Composer Plugin to check outdated packages, based on their requirements

1.5.3 2022-10-15 20:45 UTC

README

Logo

Composer update check plugin

Coverage Maintainability Tests CGL Release Latest Stable Version Total Downloads License

📙 Documentation | :package: Packagist | :floppy_disk: Repository | :bug: Issue tracker

A Composer plugin that detects outdated dependencies in your composer.lock, based on the version constraints in your composer.json. This distinguishes it from other plugins in the wild, most of which do not respect version constraints. With an optional security scan and an interface for other plugins, it provides an elegant way to highlight the successes of your project. Especially in interaction with the reporter plugin, it enables automated quality assurance of your projects.

🚀 Features

  • Detects outdated dependencies in your composer.lock, based on the version constraints
  • Provides multiple exclusion patterns (ignore packages, skip dev-requirements)
  • Optional security scan
  • Smooth integration into Composer lifecycle
  • Easy extensible via event listeners
  • Optional reporter plugin to create and send reports to various services

🔥 Installation

composer require eliashaeussler/composer-update-check

🚢 Changelog

View all notable release notes in the Changelog.

💎 Credits

Business vector created by studiogstock - www.freepik.com

⭐ License

This project is licensed under GNU General Public License 3.0 (or later).