blob: fa2e17865928b9e5ca06e130911f233a7bc7433f (
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
|
{
"name": "userfrosting/sprinkle-account",
"type": "userfrosting-sprinkle",
"description": "Authentication and account 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": {
"birke/rememberme" : "^2.0",
"nikic/php-parser" : "^1",
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\Account\\": "src/"
}
}
}
|