-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.json
30 lines (30 loc) · 1.02 KB
/
composer.json
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
30
{
"name": "tmaiaroto/li3_access",
"type": "lithium-library",
"description": "A simple library for user access control.",
"keywords": ["lithium", "access control", "li3_access"],
"homepage": "http://github.com/tmaiaroto/li3_access",
"license": "MIT License",
"authors": [
{
"name": "Tom Maiaroto",
"homepage": "http://www.shift8creative.com"
},
{
"name": "Nate Abele",
"email": "nate.abele@gmail.com",
"homepage": "http://nateabele.com/"
},
{
"name": "Weluse",
"homepage": "http://www.weluse.de/"
},
{
"name": "rich97",
"homepage": "http://www.enrich.it/"
}
],
"require": {
"composer/installers": "*"
}
}