From 466cb07be10b2d6edf95baf42a1668b002324c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:54:57 +0000 Subject: [PATCH] build(deps): Update saloonphp/saloon requirement from ^3.14 to ^4.0 Updates the requirements on [saloonphp/saloon](https://github.com/saloonphp/saloon) to permit the latest version. - [Release notes](https://github.com/saloonphp/saloon/releases) - [Commits](https://github.com/saloonphp/saloon/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: saloonphp/saloon dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8d74cb..76f21e6 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr-discovery/event-dispatcher-implementations": "^1.1", "react/async": "^4.3", "saloonphp/cache-plugin": "^3.0", - "saloonphp/saloon": "^3.14", + "saloonphp/saloon": "^4.0", "spatie/laravel-package-tools": "^1.17", "spatie/yaml-front-matter": "^2.1" },