mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Added failed jobs to admin panel
This commit is contained in:
committed by
Constantin Graf
parent
055d93f7a3
commit
855db81104
68
composer.lock
generated
68
composer.lock
generated
@@ -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": "cd6f3efa43ee6a6576c68bdb0b69a19e",
|
||||
"content-hash": "398572ca3d095ca043c84e7dfb4f051a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anourvalar/eloquent-serialize",
|
||||
@@ -6287,6 +6287,72 @@
|
||||
},
|
||||
"time": "2024-03-05T20:51:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "novadaemon/filament-pretty-json",
|
||||
"version": "v2.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/novadaemon/filament-pretty-json.git",
|
||||
"reference": "b295957f240cf848ffd402d842e9db6e7b5346f3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/novadaemon/filament-pretty-json/zipball/b295957f240cf848ffd402d842e9db6e7b5346f3",
|
||||
"reference": "b295957f240cf848ffd402d842e9db6e7b5346f3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^3.0",
|
||||
"filament/forms": "^3.0",
|
||||
"illuminate/contracts": "^10.0|^11.0",
|
||||
"php": "^8.1|^8.2",
|
||||
"spatie/laravel-package-tools": "^1.15.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.0",
|
||||
"nunomaduro/collision": "^7.9|^8.1",
|
||||
"phpstan/extension-installer": "^1.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Novadaemon\\FilamentPrettyJson\\FilamentPrettyJsonServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Novadaemon\\FilamentPrettyJson\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jesús García",
|
||||
"email": "novadaemon@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Read-only field to show pretty json in your filamentphp forms",
|
||||
"homepage": "https://github.com/novadaemon/filament-pretty-json",
|
||||
"keywords": [
|
||||
"Forms",
|
||||
"field",
|
||||
"filament",
|
||||
"filament-pretty-json",
|
||||
"json",
|
||||
"laravel",
|
||||
"novadaemon"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/novadaemon/filament-pretty-json/issues",
|
||||
"source": "https://github.com/novadaemon/filament-pretty-json"
|
||||
},
|
||||
"time": "2024-06-08T20:19:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/termwind",
|
||||
"version": "v2.0.1",
|
||||
|
||||
Reference in New Issue
Block a user