Download the PHP package wizcodepl/outdated-packages-health-check without Composer
On this page you can find all versions of the php package wizcodepl/outdated-packages-health-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wizcodepl/outdated-packages-health-check
More information about wizcodepl/outdated-packages-health-check
Files in wizcodepl/outdated-packages-health-check
Package outdated-packages-health-check
Short Description This package contains a Laravel Health check that can report any outdated PHP packages installed in your application using Composer.
License MIT
Homepage https://github.com/wizcodepl/outdated-packages-health-check
Informations about the package outdated-packages-health-check
This package contains a Laravel Health check that can report any outdated PHP packages installed in your application using Composer.
This package contains a Laravel Health check that can report any outdated PHP packages installed in your application using Composer.
About us
Wizcode builds expandable MVPs with lightning-speed development solutions. We create scalable web platforms, mobile apps, and IoT solutions. Check for more: https://wizcode.pl
Installation
You can install the package via composer:
Usage
By default the check warns when ANY package has a newer release (patch / minor / major). On a busy app this is noisy — every patch bump turns the dashboard yellow. To get signal on only the bumps that matter to you, restrict alert levels:
Versions that can't be parsed as MAJOR.MINOR.PATCH (e.g. dev-main, prerelease tags with the same numeric core) are bucketed as LEVEL_UNKNOWN and are alerted alongside LEVEL_MAJOR by onlyMajor() and minorAndAbove() — better to alarm wrongly than to silently miss a real upgrade.
The result's meta always contains the full picture, so dashboards can show what's outdated regardless of alerting:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jakub Szcześniak
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of outdated-packages-health-check with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0