diff --git a/composer.json b/composer.json index 51293e3..3c1aa0f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "sentry/sentry-laravel": "^4.13", "smalot/pdfparser": "^2.2", "spatie/laravel-csp": "2.10.3", - "spatie/laravel-failed-job-monitor": "4.3.5", + "spatie/laravel-failed-job-monitor": "4.3.6", "spatie/laravel-permission": "6.24.1", "spatie/laravel-webhook-client": "3.4.5", "subfission/cas": "dev-master", diff --git a/composer.lock b/composer.lock index 8788d09..3aa07a5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4642fcdb953dc358a190035107352718", + "content-hash": "5e79c8e7ba24f59b04ab2451d75714f2", "packages": [ { "name": "ans-group/laravel-health-check", @@ -5843,27 +5843,27 @@ }, { "name": "spatie/laravel-failed-job-monitor", - "version": "4.3.5", + "version": "4.3.6", "source": { "type": "git", "url": "https://github.com/spatie/laravel-failed-job-monitor.git", - "reference": "618718aa094015bf07b4825785f31ca24005e921" + "reference": "8a3ff6192e2332f2a4f8d3bcbbd27c19df55828d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-failed-job-monitor/zipball/618718aa094015bf07b4825785f31ca24005e921", - "reference": "618718aa094015bf07b4825785f31ca24005e921", + "url": "https://api.github.com/repos/spatie/laravel-failed-job-monitor/zipball/8a3ff6192e2332f2a4f8d3bcbbd27c19df55828d", + "reference": "8a3ff6192e2332f2a4f8d3bcbbd27c19df55828d", "shasum": "" }, "require": { - "laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.6" }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "pestphp/pest": "^1.22|^2.34|^3.7" + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "pestphp/pest": "^1.22|^2.34|^3.7|^4.0" }, "suggest": { "guzzlehttp/guzzle": "Allows notifications to be sent to Slack", @@ -5906,7 +5906,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-failed-job-monitor/tree/4.3.5" + "source": "https://github.com/spatie/laravel-failed-job-monitor/tree/4.3.6" }, "funding": [ { @@ -5914,7 +5914,7 @@ "type": "github" } ], - "time": "2026-01-05T16:29:18+00:00" + "time": "2026-02-21T21:16:57+00:00" }, { "name": "spatie/laravel-package-tools",