We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b9adb commit c8e8112Copy full SHA for c8e8112
CHANGELOG.md
@@ -2,9 +2,10 @@
2
3
All notable changes to `laravel-inertia-dataproviders` will be documented in this file.
4
5
-## v1.6.2 - 2024-09-20
+## v2.0.0 - 2024-09-20
6
7
* Closure serialization bugfix.
8
+* Drop support for Laravel 9, 10
9
10
**Full Changelog**: https://github.com/webfox/laravel-inertia-dataproviders/compare/v1.6.1...v1.6.2
11
composer.json
@@ -19,9 +19,9 @@
19
"inertiajs/inertia-laravel": "Needed for basic inertia functionality"
20
},
21
"require": {
22
- "php": "^8.1",
+ "php": "^8.2",
23
"spatie/laravel-package-tools": "^1.14.0",
24
- "illuminate/contracts": "^9.0|^10.0|^11.0"
+ "illuminate/contracts": "^11.0"
25
26
"require-dev": {
27
"inertiajs/inertia-laravel": "<2",
0 commit comments