From ec277a7e5cf03141c9d5948d0cf08cbf8d4782e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 05:12:49 +0000 Subject: [PATCH] chore(deps): update lthn/php requirement from ^0.0.4 to ^0.4.0 Updates the requirements on lthn/php to permit the latest version. --- updated-dependencies: - dependency-name: lthn/php dependency-version: 0.4.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 3253fc5..e96a648 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "EUPL-1.2", "require": { "php": "^8.2", - "lthn/php": "^0.0.4" + "lthn/php": "^0.4.0" }, "require-dev": { "laravel/pint": "^1.29",