Remove pxlrbt/filament-activity-log dependency from composer.json and update composer.lock. Enhance LoginController validation by adding a rule to exclude a specific username. Minor adjustments in migration files for activity log to improve code organization.

This commit is contained in:
Mekan1206
2025-12-21 17:51:38 +05:00
parent 4038d47582
commit a9c7ec6b80
7 changed files with 10 additions and 72 deletions

65
composer.lock generated
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": "a455f1fc2e2a48966554ea52ac362864",
"content-hash": "3fe345d22ddaf5b75cd17aaecee2b718",
"packages": [
{
"name": "abdulmajeed-jamaan/filament-translatable-tabs",
@@ -6614,69 +6614,6 @@
},
"time": "2025-12-17T14:35:46+00:00"
},
{
"name": "pxlrbt/filament-activity-log",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/pxlrbt/filament-activity-log.git",
"reference": "32f412b72b70d7ae61f54bd5e3df3ce18505505d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pxlrbt/filament-activity-log/zipball/32f412b72b70d7ae61f54bd5e3df3ce18505505d",
"reference": "32f412b72b70d7ae61f54bd5e3df3ce18505505d",
"shasum": ""
},
"require": {
"filament/filament": "^4.0",
"php": "^8.0",
"spatie/laravel-activitylog": "^4.7"
},
"require-dev": {
"laravel/pint": "^1.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"\\pxlrbt\\FilamentActivityLog\\FilamentActivityLogServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"pxlrbt\\FilamentActivityLog\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dennis Koch",
"email": "info@pixelarbeit.de"
}
],
"description": "Spatie's Laravel Activity Log integrated into Filament",
"keywords": [
"activity log",
"filament",
"laravel-filament"
],
"support": {
"issues": "https://github.com/pxlrbt/filament-activity-log/issues",
"source": "https://github.com/pxlrbt/filament-activity-log/tree/v2.0.2"
},
"funding": [
{
"url": "https://github.com/pxlrbt",
"type": "github"
}
],
"time": "2025-10-17T06:53:01+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",