File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " foxws/laravel-user-cache" ,
3
- "description" : " Simple Laravel caching trait for user data " ,
3
+ "description" : " Cache helper for auth models " ,
4
4
"keywords" : [
5
- " Foxws " ,
5
+ " foxws " ,
6
6
" laravel" ,
7
- " laravel-user-cache"
7
+ " laravel-user-cache" ,
8
+ " cache" ,
9
+ " auth"
8
10
],
9
11
"homepage" : " https://github.com/foxws/laravel-user-cache" ,
10
12
"license" : " MIT" ,
17
19
],
18
20
"require" : {
19
21
"php" : " ^8.2" ,
20
- "spatie/laravel-package-tools" : " ^1.16" ,
21
- "illuminate/contracts" : " ^10.0||^11.0"
22
+ "illuminate/cache" : " ^10.0|^11.0" ,
23
+ "illuminate/console" : " ^10.0|^11.0" ,
24
+ "illuminate/container" : " ^10.0|^11.0" ,
25
+ "illuminate/contracts" : " ^10.0||^11.0" ,
26
+ "illuminate/support" : " ^10.0|^11.0" ,
27
+ "nesbot/carbon" : " ^2.63|^3.0" ,
28
+ "spatie/laravel-package-tools" : " ^1.16"
22
29
},
23
30
"require-dev" : {
24
31
"laravel/pint" : " ^1.14" ,
35
42
},
36
43
"autoload" : {
37
44
"psr-4" : {
38
- "Foxws\\ UserCache\\ " : " src/" ,
39
- "Foxws\\ UserCache\\ Database\\ Factories\\ " : " database/factories/"
45
+ "Foxws\\ UserCache\\ " : " src/"
40
46
}
41
47
},
42
48
"autoload-dev" : {
You can’t perform that action at this time.
0 commit comments