From 3aff43b9a6667d8d54d7f642819949e999108e0c Mon Sep 17 00:00:00 2001 From: Dasun Tharanga Date: Fri, 17 May 2024 07:22:23 +0530 Subject: [PATCH] chore: Bump torchlight-laravel version to 0.6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b51bd6..69cccb9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "^0.5.10", + "torchlight/torchlight-laravel": "^0.6.0", "league/commonmark": "^1.5|^2.0" }, "require-dev": {