From b7c1758e10f24559abb61480fd1bf6ad42738c9a Mon Sep 17 00:00:00 2001 From: Jakub Theimer <5587309+theimerj@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:01:27 +0200 Subject: [PATCH] update lunar-api version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1018218..e711c30 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^8.2", - "dystcz/lunar-api": "^1.0.0-alpha", + "dystcz/lunar-api": "^1.0.0-beta.1", "illuminate/support": "^11.0" }, "require-dev": {