From 5f7449ef8f34142dc688a82726583d6229bee170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:12:55 +0000 Subject: [PATCH] Update ratchet/pawl requirement from ^0.3.5 to ^0.4.1 Updates the requirements on ratchet/pawl to permit the latest version. --- updated-dependencies: - dependency-name: ratchet/pawl 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 c81050c9..fe9bd363 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "guzzlehttp/guzzle": "^6.5|^7.0", "illuminate/macroable": "^7.30|^8.40", "illuminate/support": "^7.30|^8.40", - "ratchet/pawl": "^0.3.5", + "ratchet/pawl": "^0.4.1", "vierbergenlars/php-semver": "^2.1|^3.0" }, "suggest": {