[修改]log插件

This commit is contained in:
2024-09-04 14:27:58 +08:00
committed by Coding
parent 21e4d6953d
commit 39b055c353

View File

@@ -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": "44cafcd7ddb03aa85528abd66ff2ccd7",
"content-hash": "6fd26baf7187026ff215a093b818af09",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -5348,6 +5348,97 @@
],
"time": "2024-05-17T09:06:10+00:00"
},
{
"name": "spatie/laravel-activitylog",
"version": "4.8.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-activitylog.git",
"reference": "eb6f37dd40af950ce10cf5280f0acfa3e08c3bff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/eb6f37dd40af950ce10cf5280f0acfa3e08c3bff",
"reference": "eb6f37dd40af950ce10cf5280f0acfa3e08c3bff",
"shasum": ""
},
"require": {
"illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.6.3"
},
"require-dev": {
"ext-json": "*",
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.20 || ^2.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Activitylog\\ActivitylogServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Spatie\\Activitylog\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Tom Witkowski",
"email": "dev.gummibeer@gmail.com",
"homepage": "https://gummibeer.de",
"role": "Developer"
}
],
"description": "A very simple activity logger to monitor the users of your website or application",
"homepage": "https://github.com/spatie/activitylog",
"keywords": [
"activity",
"laravel",
"log",
"spatie",
"user"
],
"support": {
"issues": "https://github.com/spatie/laravel-activitylog/issues",
"source": "https://github.com/spatie/laravel-activitylog/tree/4.8.0"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2024-03-08T22:28:17+00:00"
},
{
"name": "spatie/laravel-package-tools",
"version": "1.16.4",
@@ -8276,6 +8367,80 @@
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "z3d0x/filament-logger",
"version": "v0.7.2",
"source": {
"type": "git",
"url": "https://github.com/Z3d0X/filament-logger.git",
"reference": "8a8a20b9921d1b37bb2d32bdf1c06b598685182b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Z3d0X/filament-logger/zipball/8a8a20b9921d1b37bb2d32bdf1c06b598685182b",
"reference": "8a8a20b9921d1b37bb2d32bdf1c06b598685182b",
"shasum": ""
},
"require": {
"filament/filament": "^3.0",
"illuminate/contracts": "^8.0 | ^9.0 | ^10.0 | ^11.0",
"php": "^8.0 | ^8.1",
"spatie/laravel-activitylog": "^4.5",
"spatie/laravel-package-tools": "^1.13.5"
},
"require-dev": {
"nunomaduro/collision": "^6.0 | ^8.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0 | ^9.0",
"pestphp/pest": "^1.21 | ^2.34",
"pestphp/pest-plugin-laravel": "^1.1 | ^2.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5 | ^10.5",
"spatie/laravel-ray": "^1.26"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Z3d0X\\FilamentLogger\\FilamentLoggerServiceProvider"
],
"aliases": {
"FilamentLogger": "Z3d0X\\FilamentLogger\\Facades\\FilamentLogger"
}
}
},
"autoload": {
"psr-4": {
"Z3d0X\\FilamentLogger\\": "src",
"Z3d0X\\FilamentLogger\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ziyaan Hassan",
"email": "ziyaan2010@gmail.com",
"role": "Developer"
}
],
"description": "Activity logger for filament",
"homepage": "https://github.com/z3d0x/filament-logger",
"keywords": [
"Z3d0X",
"filament-logger",
"laravel"
],
"support": {
"issues": "https://github.com/Z3d0X/filament-logger/issues",
"source": "https://github.com/Z3d0X/filament-logger/tree/v0.7.2"
},
"time": "2024-06-09T12:05:25+00:00"
}
],
"packages-dev": [