aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/extend-user/composer.json
blob: 4c8a0faec0978216529045e3d149b9f144cabb8f (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"
    }
}