blob: 797e029398ba7c76fe17ef103156f37172793966 (
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
26
27
28
29
|
{
"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"
}
}
|