From 94dfffe9c54bd3d5edefef778b18c6f24cd9fd24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:06:36 +0000 Subject: [PATCH] Update ratchet/pawl requirement from ^0.4.1 to ^0.4.3 Updates the requirements on [ratchet/pawl](https://github.com/ratchetphp/Pawl) to permit the latest version. - [Release notes](https://github.com/ratchetphp/Pawl/releases) - [Commits](https://github.com/ratchetphp/Pawl/compare/v0.4.1...v0.4.3) --- updated-dependencies: - dependency-name: ratchet/pawl dependency-version: 0.4.3 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 8a67176..fafa25c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "guzzlehttp/guzzle": "^7.10", "illuminate/macroable": "^11.0|^12.0", "illuminate/support": "^11.0|^12.0", - "ratchet/pawl": "^0.4.1", + "ratchet/pawl": "^0.4.3", "symfony/process": "^7.3.4" }, "suggest": {