aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/FormGenerator/composer.json
blob: e37a37284674c7ff52a2dd9fe931a42f85980722 (plain) (blame)
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
{
    "name": "lcharette/uf_formgenerator",
    "type": "userfrosting-sprinkle",
    "description": "Form generator for UserFrosting V4",
    "keywords": ["Form", "generator", "userfrosting"],
    "homepage": "https://github.com/lcharette/UF_FormGenerator",
    "license" : "MIT",
    "authors" : [
        {
            "name": "Louis Charette",
            "homepage": "https://github.com/lcharette"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "autoload": {
        "psr-4": {
            "UserFrosting\\Sprinkle\\FormGenerator\\": "src/"
        }
    },
    "extra": {
        "installer-name": "FormGenerator"
    }
}