mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Ziggy (#15151)
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
"spatie/laravel-ignition": "^2.0",
|
"spatie/laravel-ignition": "^2.0",
|
||||||
"symfony/yaml": "^6.2",
|
"symfony/yaml": "^6.2",
|
||||||
"tecnickcom/tcpdf": "^6.4",
|
"tecnickcom/tcpdf": "^6.4",
|
||||||
"tightenco/ziggy": "^0.9"
|
"tightenco/ziggy": "^1.6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-debugbar": "^3.8",
|
"barryvdh/laravel-debugbar": "^3.8",
|
||||||
|
24
composer.lock
generated
24
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "84e26f5bbd383d970a6c19a1b6902a15",
|
"content-hash": "7c0d46ddc957c6e81b6068ba487add18",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amenadiel/jpgraph",
|
"name": "amenadiel/jpgraph",
|
||||||
@@ -8113,23 +8113,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tightenco/ziggy",
|
"name": "tightenco/ziggy",
|
||||||
"version": "0.9.4",
|
"version": "v1.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/tighten/ziggy.git",
|
"url": "https://github.com/tighten/ziggy.git",
|
||||||
"reference": "82ea6ec6cb6ab3545b0245310b2a424316fe48d8"
|
"reference": "3beb080be60b1eadad043f3773a160df13fa215f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/tighten/ziggy/zipball/82ea6ec6cb6ab3545b0245310b2a424316fe48d8",
|
"url": "https://api.github.com/repos/tighten/ziggy/zipball/3beb080be60b1eadad043f3773a160df13fa215f",
|
||||||
"reference": "82ea6ec6cb6ab3545b0245310b2a424316fe48d8",
|
"reference": "3beb080be60b1eadad043f3773a160df13fa215f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
"laravel/framework": ">=5.4@dev"
|
"laravel/framework": ">=5.4@dev"
|
||||||
},
|
},
|
||||||
"require-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",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -8156,10 +8158,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Jake Bathman",
|
"name": "Jake Bathman",
|
||||||
"email": "jake@tighten.co"
|
"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.",
|
"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": [
|
"keywords": [
|
||||||
"Ziggy",
|
"Ziggy",
|
||||||
"javascript",
|
"javascript",
|
||||||
@@ -8168,9 +8174,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/tighten/ziggy/issues",
|
"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",
|
"name": "tijsverkoyen/css-to-inline-styles",
|
||||||
|
Reference in New Issue
Block a user