Skip to content

Commit c8e8112

Browse files
committed
FIX closure serialization
1 parent b7b9adb commit c8e8112

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
All notable changes to `laravel-inertia-dataproviders` will be documented in this file.
44

5-
## v1.6.2 - 2024-09-20
5+
## v2.0.0 - 2024-09-20
66

77
* Closure serialization bugfix.
8+
* Drop support for Laravel 9, 10
89

910
**Full Changelog**: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.6.1...v1.6.2
1011

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"inertiajs/inertia-laravel": "Needed for basic inertia functionality"
2020
},
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.2",
2323
"spatie/laravel-package-tools": "^1.14.0",
24-
"illuminate/contracts": "^9.0|^10.0|^11.0"
24+
"illuminate/contracts": "^11.0"
2525
},
2626
"require-dev": {
2727
"inertiajs/inertia-laravel": "<2",

0 commit comments

Comments
 (0)