feat: tambah fitur impersonate user untuk super_admin
This commit is contained in:
Generated
+47
-1
@@ -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": "7a9a4aed22d7f07e62ca1d857d07028d",
|
||||
"content-hash": "ce9545832c2804984d01bf019a61cec1",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bezhansalleh/filament-plugin-essentials",
|
||||
@@ -5392,6 +5392,52 @@
|
||||
],
|
||||
"time": "2026-02-01T09:30:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "stechstudio/filament-impersonate",
|
||||
"version": "v5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/stechstudio/filament-impersonate.git",
|
||||
"reference": "c5d5b8b5150fad02db18c4479eafb9dc2f537ffc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/stechstudio/filament-impersonate/zipball/c5d5b8b5150fad02db18c4479eafb9dc2f537ffc",
|
||||
"reference": "c5d5b8b5150fad02db18c4479eafb9dc2f537ffc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^4.0|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^10.0",
|
||||
"pestphp/pest": "^3.0",
|
||||
"pestphp/pest-plugin-laravel": "^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"STS\\FilamentImpersonate\\FilamentImpersonateServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"STS\\FilamentImpersonate\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A Filament package to impersonate your users.",
|
||||
"support": {
|
||||
"issues": "https://github.com/stechstudio/filament-impersonate/issues",
|
||||
"source": "https://github.com/stechstudio/filament-impersonate/tree/v5.1.0"
|
||||
},
|
||||
"time": "2026-02-22T15:57:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/clock",
|
||||
"version": "v8.0.8",
|
||||
|
||||
Reference in New Issue
Block a user