From 3d9a2f87785cf72a04e7fe815348828046026b48 Mon Sep 17 00:00:00 2001 From: Flycro Date: Thu, 19 Mar 2026 21:56:59 +0100 Subject: [PATCH] chore: upgrade inertiajs/inertia-laravel to v3 --- composer.json | 2 +- composer.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 6269e00..ffa14c2 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "MIT", "require": { "php": "^8.2", - "inertiajs/inertia-laravel": "^2.0", + "inertiajs/inertia-laravel": "^3.0.0-beta", "laravel/framework": "^13.0", "laravel/sanctum": "^4.0", "laravel/socialite": "^5.24", diff --git a/composer.lock b/composer.lock index 964ab44..5407a01 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ae231c2c37bd22923f513f0a74482b41", + "content-hash": "797bf73cb95e144b07eaba8af6825cb3", "packages": [ { "name": "brick/math", @@ -1118,23 +1118,23 @@ }, { "name": "inertiajs/inertia-laravel", - "version": "v2.0.22", + "version": "v3.0.0-beta3", "source": { "type": "git", "url": "https://github.com/inertiajs/inertia-laravel.git", - "reference": "4d5849328d4c64231f886d1422fdc945882f9094" + "reference": "228e227747e2cb7b6825808e40add153342740c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/4d5849328d4c64231f886d1422fdc945882f9094", - "reference": "4d5849328d4c64231f886d1422fdc945882f9094", + "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/228e227747e2cb7b6825808e40add153342740c5", + "reference": "228e227747e2cb7b6825808e40add153342740c5", "shasum": "" }, "require": { "ext-json": "*", - "laravel/framework": "^10.0|^11.0|^12.0|^13.0", - "php": "^8.1.0", - "symfony/console": "^6.2|^7.0|^8.0" + "laravel/framework": "^11.0|^12.0|^13.0", + "php": "^8.2.0", + "symfony/console": "^7.0|^8.0" }, "conflict": { "laravel/boost": "<2.2.0" @@ -1144,8 +1144,8 @@ "larastan/larastan": "^3.0", "laravel/pint": "^1.16", "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^8.0|^9.2|^10.0|^11.0", - "phpunit/phpunit": "^10.4|^11.5|^12.0", + "orchestra/testbench": "^9.2|^10.0|^11.0", + "phpunit/phpunit": "^11.5|^12.0", "roave/security-advisories": "dev-master" }, "suggest": { @@ -1185,9 +1185,9 @@ ], "support": { "issues": "https://github.com/inertiajs/inertia-laravel/issues", - "source": "https://github.com/inertiajs/inertia-laravel/tree/v2.0.22" + "source": "https://github.com/inertiajs/inertia-laravel/tree/v3.0.0-beta3" }, - "time": "2026-03-11T15:51:16+00:00" + "time": "2026-03-11T15:44:47+00:00" }, { "name": "laravel/framework", @@ -9938,7 +9938,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "inertiajs/inertia-laravel": 10 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {