blob: 8ccd5c0a7b06404314079e55ad52061df000490e (
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/sprinkle-admin",
"type": "userfrosting-sprinkle",
"description": "Administrative management module for UserFrosting.",
"keywords": ["php user management", "usercake", "bootstrap"],
"homepage": "https://github.com/userfrosting/UserFrosting",
"license" : "MIT",
"authors" : [
{
"name": "Alexander Weissman",
"homepage": "https://alexanderweissman.com"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\Admin\\": "src/"
}
}
}
|