Skip to content

Commit

Permalink
Update illuminate/database to move laravel/serializable-closure from …
Browse files Browse the repository at this point in the history
…a suggested package to a required package. (#53822)
  • Loading branch information
patrickcarlohickman authored Dec 10, 2024
1 parent 2218313 commit dfdc059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"illuminate/container": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"illuminate/support": "^11.0"
"illuminate/support": "^11.0",
"laravel/serializable-closure": "^1.3|^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +42,6 @@
"illuminate/events": "Required to use the observers with Eloquent (^11.0).",
"illuminate/filesystem": "Required to use the migrations (^11.0).",
"illuminate/pagination": "Required to paginate the result set (^11.0).",
"laravel/serializable-closure": "Required to handle circular references in model serialization (^1.3).",
"symfony/finder": "Required to use Eloquent model factories (^7.0)."
},
"config": {
Expand Down

0 comments on commit dfdc059

Please sign in to comment.