eliashaeussler / composer-update-check
Composer Plugin to check outdated packages, based on their requirements
Installs: 38 082
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 7
Type:composer-plugin
Requires
- php: >= 7.1 < 8.2
- composer-plugin-api: ^1.0 || ^2.0
- ext-json: *
- nyholm/psr7: ^1.0
- psr/http-client: ^1.0
- psr/http-message: ^1.0
- spatie/emoji: ^2.0 || ^3.0 || ^4.0
- symfony/console: ^4.4.11 || ^5.0.11 || ^6.0
- symfony/http-client: ^4.4.11 || ^5.0.11 || ^6.0
Requires (Dev)
- composer/composer: ^1.7 || ^2.0
- ergebnis/composer-normalize: ^2.8
- friendsofphp/php-cs-fixer: >= 2.17 < 4.0
- php-http/discovery: ^1.14
- php-http/httplug: ^2.0
- php-http/mock-client: ^1.3
- phpstan/phpstan: ^1.2
- phpunit/phpunit: ^7.5 || ^8.5.23 || ^9.0
- symfony/filesystem: >= 4.4 < 7.0
- dev-main
- 2.x-dev
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc2
- 1.0.0-rc1
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-renovate/lock-file-maintenance
- dev-renovate/phpstan-packages
- dev-renovate/cuyz-valinor-1.x-lockfile
- dev-renovate/eliashaeussler-rector-config-3.x-lockfile
- dev-feature/markdown-formatter
- dev-feature/html-formatter
- dev-feature/config
This package is auto-updated.
Last update: 2024-11-07 05:04:38 UTC
README
Composer update check plugin
📙 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).