forked from phpsa/filament-password-reveal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 973 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "phpsa/filament-password-reveal",
"description": "Password Input with optino to show",
"keywords": [
"laravel",
"user",
"cli",
"resource",
"ui",
"filament",
"widget",
"fun"
],
"homepage": "https://cgs4k.nz",
"license": "MIT",
"autoload": {
"psr-4": {
"Phpsa\\FilamentPasswordReveal\\": "src/"
}
},
"authors": [
{
"name": "Craig G Smith",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"filament/filament": "^2.9",
"spatie/laravel-package-tools": "^1.10"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Phpsa\\FilamentPasswordReveal\\FilamentPasswordRevealProvider"
]
}
},
"prefer-stable": true
}