From de60dcd4ab3b7b7e20bb18a94aa8e4f07c5407b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:37:34 +0000 Subject: [PATCH] build(deps): bump inertiajs/inertia-laravel from 1.3.2 to 2.0.0 Bumps [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/inertiajs/inertia-laravel/releases) - [Changelog](https://github.com/inertiajs/inertia-laravel/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia-laravel/compare/v1.3.2...v2.0.0) --- updated-dependencies: - dependency-name: inertiajs/inertia-laravel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index faffad44..e0e675e5 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "embed/embed": "^4.4", "guzzlehttp/guzzle": "^7.9", "hafael/azure-mailer-driver": "^0.3.0", - "inertiajs/inertia-laravel": "^1.3", + "inertiajs/inertia-laravel": "^2.0", "intervention/image-laravel": "^1.4", "kalnoy/nestedset": "^6.0", "laravel/framework": "^11.34", diff --git a/composer.lock b/composer.lock index d77e188a..6d202a77 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": "27443bb41a9abf95517cd223530e306c", + "content-hash": "83a2e424c88c6a60b3b5f8f8d89a2edb", "packages": [ { "name": "andreiio/blade-remix-icon", @@ -1925,28 +1925,29 @@ }, { "name": "inertiajs/inertia-laravel", - "version": "v1.3.2", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/inertiajs/inertia-laravel.git", - "reference": "7e6a030ffab315099782a4844a2175455f511c68" + "reference": "0259e37f802bc39c814c42ba92c04ada17921f70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/7e6a030ffab315099782a4844a2175455f511c68", - "reference": "7e6a030ffab315099782a4844a2175455f511c68", + "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/0259e37f802bc39c814c42ba92c04ada17921f70", + "reference": "0259e37f802bc39c814c42ba92c04ada17921f70", "shasum": "" }, "require": { "ext-json": "*", - "laravel/framework": "^8.74|^9.0|^10.0|^11.0", - "php": "^7.3|~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0", - "symfony/console": "^5.3|^6.0|^7.0" + "laravel/framework": "^10.0|^11.0", + "php": "^8.1.0", + "symfony/console": "^6.2|^7.0" }, "require-dev": { + "laravel/pint": "^1.16", "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^6.45|^7.44|^8.25|^9.3", - "phpunit/phpunit": "^8.0|^9.5.8|^10.4", + "orchestra/testbench": "^8.0|^9.2", + "phpunit/phpunit": "^10.4|^11.0", "roave/security-advisories": "dev-master" }, "suggest": { @@ -1958,9 +1959,6 @@ "providers": [ "Inertia\\ServiceProvider" ] - }, - "branch-alias": { - "dev-master": "1.x-dev" } }, "autoload": { @@ -1989,7 +1987,7 @@ ], "support": { "issues": "https://github.com/inertiajs/inertia-laravel/issues", - "source": "https://github.com/inertiajs/inertia-laravel/tree/v1.3.2" + "source": "https://github.com/inertiajs/inertia-laravel/tree/v2.0.0" }, "funding": [ { @@ -1997,7 +1995,7 @@ "type": "github" } ], - "time": "2024-12-05T14:52:50+00:00" + "time": "2024-12-13T02:48:29+00:00" }, { "name": "intervention/gif",