diff --git a/composer.json b/composer.json index 7bc8d5d3c5e8..a8ad7125f312 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "spatie/laravel-ignition": "^2.0", "symfony/yaml": "^6.2", "tecnickcom/tcpdf": "^6.4", - "tightenco/ziggy": "^0.9" + "tightenco/ziggy": "^1.6.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.8", diff --git a/composer.lock b/composer.lock index 7be31e59cd7f..5e447575f64c 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": "84e26f5bbd383d970a6c19a1b6902a15", + "content-hash": "7c0d46ddc957c6e81b6068ba487add18", "packages": [ { "name": "amenadiel/jpgraph", @@ -8113,23 +8113,25 @@ }, { "name": "tightenco/ziggy", - "version": "0.9.4", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/tighten/ziggy.git", - "reference": "82ea6ec6cb6ab3545b0245310b2a424316fe48d8" + "reference": "3beb080be60b1eadad043f3773a160df13fa215f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/ziggy/zipball/82ea6ec6cb6ab3545b0245310b2a424316fe48d8", - "reference": "82ea6ec6cb6ab3545b0245310b2a424316fe48d8", + "url": "https://api.github.com/repos/tighten/ziggy/zipball/3beb080be60b1eadad043f3773a160df13fa215f", + "reference": "3beb080be60b1eadad043f3773a160df13fa215f", "shasum": "" }, "require": { + "ext-json": "*", "laravel/framework": ">=5.4@dev" }, "require-dev": { - "orchestra/testbench": "^5.0" + "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", + "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { @@ -8156,10 +8158,14 @@ { "name": "Jake Bathman", "email": "jake@tighten.co" + }, + { + "name": "Jacob Baker-Kretzmar", + "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.", - "homepage": "https://github.com/tightenco/ziggy", + "homepage": "https://github.com/tighten/ziggy", "keywords": [ "Ziggy", "javascript", @@ -8168,9 +8174,9 @@ ], "support": { "issues": "https://github.com/tighten/ziggy/issues", - "source": "https://github.com/tighten/ziggy/tree/0.9.4" + "source": "https://github.com/tighten/ziggy/tree/v1.6.0" }, - "time": "2020-06-05T14:42:41+00:00" + "time": "2023-05-12T20:08:56+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles",