From 63bc059a69c6f3f393795443b5964138ce494582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:33:18 +0000 Subject: [PATCH] Update dependency spatie/laravel-webhook-client to v3.5.0 --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 104d365..f851353 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "spatie/laravel-csp": "2.10.3", "spatie/laravel-failed-job-monitor": "4.3.6", "spatie/laravel-permission": "6.24.1", - "spatie/laravel-webhook-client": "3.4.5", + "spatie/laravel-webhook-client": "3.5.0", "subfission/cas": "dev-master", "symfony/http-client": "^7.2", "symfony/postmark-mailer": "^7.2" diff --git a/composer.lock b/composer.lock index 7df5b89..5c26e8f 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": "843632e62e6444a4f9f6aff2352799eb", + "content-hash": "6f6b88f05817cc4334e15efdbb97d449", "packages": [ { "name": "ans-group/laravel-health-check", @@ -6122,28 +6122,28 @@ }, { "name": "spatie/laravel-webhook-client", - "version": "3.4.5", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-webhook-client.git", - "reference": "83e50b9797ad9fbbf290d79cf71ee3e5e6a076f3" + "reference": "b282e08fc625fab6e685b14f45c192926ce648cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-webhook-client/zipball/83e50b9797ad9fbbf290d79cf71ee3e5e6a076f3", - "reference": "83e50b9797ad9fbbf290d79cf71ee3e5e6a076f3", + "url": "https://api.github.com/repos/spatie/laravel-webhook-client/zipball/b282e08fc625fab6e685b14f45c192926ce648cf", + "reference": "b282e08fc625fab6e685b14f45c192926ce648cf", "shasum": "" }, "require": { - "illuminate/bus": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/http": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/bus": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/http": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", "php": "^8.1 || ^8.2", "spatie/laravel-package-tools": "^1.11" }, "require-dev": { - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0", + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "pestphp/pest": "^3.8 || ^4.0", "pestphp/pest-plugin-laravel": "^3.2 || ^4.0", "phpstan/extension-installer": "^1.4.3", @@ -6188,7 +6188,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-webhook-client/issues", - "source": "https://github.com/spatie/laravel-webhook-client/tree/3.4.5" + "source": "https://github.com/spatie/laravel-webhook-client/tree/3.5.0" }, "funding": [ { @@ -6196,7 +6196,7 @@ "type": "custom" } ], - "time": "2025-11-27T09:35:16+00:00" + "time": "2026-02-21T14:39:13+00:00" }, { "name": "subfission/cas",