blob: fe94c04dd7bfba0d127102d943e7884632ffd540 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "userfrosting/extend-user",
"type": "userfrosting-sprinkle",
"description": "An example Sprinkle for extending the User model and table with additional fields or relationships.",
"homepage": "https://github.com/userfrosting/extend-user",
"license": "MIT",
"authors": [
{
"name": "Alexander Weissman",
"homepage": "https://alexanderweissman.com"
}
],
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\ExtendUser\\": "src/"
}
},
"extra": {
"installer-name": "extend-user"
}
}
|