Skip to content

Commit

Permalink
[3.x] Supports laravel/serializable-closure 2 (#13)
Browse files Browse the repository at this point in the history
* [3.x] Supports `laravel/serializable-closure` 2

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Update composer.json

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone authored Nov 19, 2024
1 parent 9df2b87 commit 42d29c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42d29c9

Please sign in to comment.