From 42d29c9daae0001a92901e5c83c0c508c69f491d Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 19 Nov 2024 11:40:57 +0800 Subject: [PATCH] [3.x] Supports `laravel/serializable-closure` 2 (#13) * [3.x] Supports `laravel/serializable-closure` 2 Signed-off-by: Mior Muhammad Zaki * wip Signed-off-by: Mior Muhammad Zaki * Update composer.json --------- Signed-off-by: Mior Muhammad Zaki --- .github/workflows/audits.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audits.yaml b/.github/workflows/audits.yaml index 2cdd618..d4fbf24 100644 --- a/.github/workflows/audits.yaml +++ b/.github/workflows/audits.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 9ba352c..a51fc28 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^8.1", "illuminate/database": "^10.40 || ^11.0", "illuminate/queue": "^10.40 || ^11.0", - "laravel/serializable-closure": "^1.3" + "laravel/serializable-closure": "^1.3 || ^2.0" }, "require-dev": { "laravel/pint": "^1.6",