Skip to content

Commit

Permalink
Allow inertia to be Optional for Forks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed May 15, 2024
1 parent 42925c1 commit ba9290b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
"require": {
"php": "^8.1",
"laravel/framework": ">=v9.0.0",
"inertiajs/inertia-laravel": "^0.5.4|^0.6.2|^1.0.0",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": ">=9.0"
},
"suggest": {
"inertiajs/inertia-laravel": "Allows you to flash and share InertiaJS variables (0.5.4|^0.6.2|^1.0.0)",
"inertiajs-revamped/laravel": "A fork of Official Inertia with some upstream bugfixes",
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
Expand Down

0 comments on commit ba9290b

Please sign in to comment.