This repository has been archived by the owner on Jun 7, 2018. It is now read-only.
forked from Respect/Rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
65 lines (65 loc) · 1.59 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "respect/rest",
"description": "Thin controller for RESTful applications",
"type": "library",
"license": "BSD-3-Clause",
"autoload": {
"psr-0": {
"Respect\\Rest": "library/"
}
},
"authors": [
{
"name": "Alexandre Gaigalas",
"email": "[email protected]"
},
{
"name": "Anderson Casimiro",
"email": "[email protected]"
},
{
"name": "Augusto Pascutti",
"email": "[email protected]"
},
{
"name": "Ben Ramsey",
"email": "[email protected]"
},
{
"name": "eduardomarcate",
"email": "[email protected]"
},
{
"name": "Eduardo M. Garcia",
"email": "[email protected]"
},
{
"name": "Henrique Moody",
"email": "[email protected]"
},
{
"name": "kleberhs007",
"email": "[email protected]"
},
{
"name": "Leandro",
"email": "[email protected]"
},
{
"name": "Nick Rawe",
"email": "[email protected]"
},
{
"name": "Pablo Lacerda de Miranda",
"email": "[email protected]"
},
{
"name": "Rogerio Prado de Jesus",
"email": "[email protected]"
},
{
"name": "wesleyvicthor",
"email": "[email protected]"
}
]
}