From 1e28d7c2b152ed07bbda9f860651ba15b8112a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:09:54 +0000 Subject: [PATCH] Bump tightenco/ziggy from 1.8.1 to 2.0.4 Bumps [tightenco/ziggy](https://github.com/tighten/ziggy) from 1.8.1 to 2.0.4. - [Release notes](https://github.com/tighten/ziggy/releases) - [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/tighten/ziggy/compare/v1.8.1...v2.0.4) --- updated-dependencies: - dependency-name: tightenco/ziggy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 2c2b692..4f64cc2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "laravel/jetstream": "^4.1.1", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", - "tightenco/ziggy": "^1.0" + "tightenco/ziggy": "^2.0" }, "require-dev": { "barryvdh/laravel-ide-helper": "^3.0", diff --git a/composer.lock b/composer.lock index 3f43afd..13b80d2 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": "0132cd0939a1ae5d2607367ee8b0b4b8", + "content-hash": "87bd9230b74e048756c0d5519bde5f98", "packages": [ { "name": "bacon/bacon-qr-code", @@ -5912,37 +5912,38 @@ }, { "name": "tightenco/ziggy", - "version": "v1.8.2", + "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/tighten/ziggy.git", - "reference": "939576ad0f3d3e633a9401c8c377bc7bc873ff35" + "reference": "a89c8b68575613a67fed1b20b41f576c40a7d94b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/ziggy/zipball/939576ad0f3d3e633a9401c8c377bc7bc873ff35", - "reference": "939576ad0f3d3e633a9401c8c377bc7bc873ff35", + "url": "https://api.github.com/repos/tighten/ziggy/zipball/a89c8b68575613a67fed1b20b41f576c40a7d94b", + "reference": "a89c8b68575613a67fed1b20b41f576c40a7d94b", "shasum": "" }, "require": { "ext-json": "*", - "laravel/framework": ">=5.4@dev" + "laravel/framework": ">=9.0", + "php": ">=8.1" }, "require-dev": { - "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.5 || ^10.3" }, "type": "library", "extra": { "laravel": { "providers": [ - "Tightenco\\Ziggy\\ZiggyServiceProvider" + "Tighten\\Ziggy\\ZiggyServiceProvider" ] } }, "autoload": { "psr-4": { - "Tightenco\\Ziggy\\": "src/" + "Tighten\\Ziggy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5963,7 +5964,7 @@ "email": "jacob@tighten.co" } ], - "description": "Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.", + "description": "Use your Laravel named routes in JavaScript.", "homepage": "https://github.com/tighten/ziggy", "keywords": [ "Ziggy", @@ -5973,9 +5974,9 @@ ], "support": { "issues": "https://github.com/tighten/ziggy/issues", - "source": "https://github.com/tighten/ziggy/tree/v1.8.2" + "source": "https://github.com/tighten/ziggy/tree/v2.0.4" }, - "time": "2024-02-20T19:56:04+00:00" + "time": "2024-03-05T15:21:49+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles",