From 5bc2e8325fbe11e862ac5bab954fccede823805f Mon Sep 17 00:00:00 2001 From: "austin.ankur" Date: Tue, 15 Oct 2024 17:41:49 +0530 Subject: [PATCH] fix failing test --- .github/ISSUE_TEMPLATE.md | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0ffdfa2..8fca2dc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ **Tell about your platform** -* Laravel version : 9.x +* Laravel version : 11.x * php version : 8.x * Database name and version : MySql|pgSql - x.x.x diff --git a/composer.json b/composer.json index a70716c..ecc39fa 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "illuminate/support": "^9.34 || ^10 || ^11" }, "require-dev": { + "laravel/serializable-closure": "^1.3", "phpunit/phpunit": "^9.5.7" }, "autoload": {