From db700d91972d4b0585a338354ebe4007087b7b5e Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Mon, 1 Jun 2026 18:06:52 +0200 Subject: [PATCH] chore: bump phel-lang to 0.41.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3dec7a..81993d2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "prefer-stable": true, "require": { "php": ">=8.4", - "phel-lang/phel-lang": "^0.39" + "phel-lang/phel-lang": "^0.41" }, "scripts": { "test": "vendor/bin/phel test",