fix: orWhereIn typo; broaden illuminate/support and inertia-laravel version constraints

This commit is contained in:
Joel Wedemire
2026-04-08 17:16:29 -07:00
parent 391699220f
commit aa6177cf62
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
"type": "library",
"require": {
"php": "^8.2",
"illuminate/support": "^11.0|^12.0",
"inertiajs/inertia-laravel": "^2.0"
"illuminate/support": "^11.0|^12.0|^13.0",
"inertiajs/inertia-laravel": "^2.0|^3.0"
},
"autoload": {
"psr-4": {