wizcodepl/outdated-packages-health-check

This package contains a Laravel Health check that can report any outdated PHP packages installed in your application using Composer.

1.0.3 2025-03-07 21:02 UTC

This package is auto-updated.

Last update: 2025-03-07 21:40:44 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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:

composer require wizcodepl/outdated-packages-health-check

Usage

use Spatie\Health\Facades\Health;
use WizcodePl\OutdatedPackagesHealthCheck\OutdatedPackagesCheck;

Health::checks([
    OutdatedPackagesCheck::new()
        ->direct()
        ->includeDev()
        ->composerPath('/path/to/composer.json'),
]);

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

License

The MIT License (MIT). Please see License File for more information.