From b5c5ed343bd141f6eecaaf5cefb01bab0beb4350 Mon Sep 17 00:00:00 2001 From: Rizkhal Lamaau Date: Sun, 8 Sep 2024 15:20:55 +0700 Subject: [PATCH] feat(deph): upgrade version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1584e77..f81949c 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^8.0", - "illuminate/support": "^8.62|^9.0.0", - "inertiajs/inertia-laravel": "^0.6.3" + "illuminate/support": "^8.62|^9.0.0|^11.20", + "inertiajs/inertia-laravel": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.1",