This commit is contained in:
Jellyfrog
2022-10-25 17:48:55 +02:00
parent 497e54c71a
commit b915b6cb80
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -127,8 +127,7 @@
],
"pre-update-cmd": "LibreNMS\\ComposerHelper::preUpdate",
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
Generated
+5 -5
View File
@@ -1872,16 +1872,16 @@
},
{
"name": "laravel/framework",
"version": "v9.36.4",
"version": "v9.37.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "15ce569fd93124e8e2257c24e3ed85b9ef9951d6"
"reference": "0c9675abf6d966e834b2ebeca3319f524e07a330"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/15ce569fd93124e8e2257c24e3ed85b9ef9951d6",
"reference": "15ce569fd93124e8e2257c24e3ed85b9ef9951d6",
"url": "https://api.github.com/repos/laravel/framework/zipball/0c9675abf6d966e834b2ebeca3319f524e07a330",
"reference": "0c9675abf6d966e834b2ebeca3319f524e07a330",
"shasum": ""
},
"require": {
@@ -2054,7 +2054,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-10-20T16:11:03+00:00"
"time": "2022-10-25T15:43:46+00:00"
},
{
"name": "laravel/serializable-closure",