forked from Respect/Relational
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.16 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
{
"name": "Respect/Relational",
"description": "Fluent Database Toolkit",
"version": "0.5.1-dev",
"type": "library",
"time": "2012-05-05 19:11:23",
"homepage": "http://respect.li",
"license": "BSD Style",
"authors": [
{
"name": "Alexandre Gomes Gaigalas",
"email": "[email protected]"
},
{
"name": "Claudson Oliveira",
"email": "[email protected]"
},
{
"name": "Fa\u0301bio da Silva Ribeiro",
"email": "[email protected]"
},
{
"name": "Henrique Moody",
"email": "[email protected]"
},
{
"name": "Kinn Coelho Julia\u0303o",
"email": "[email protected]"
},
{
"name": "Rogerio Prado de Jesus",
"email": "[email protected]"
},
{
"name": "Thiago Rigo",
"email": "[email protected]"
}
],
"require": {
"Respect/Data": "dev-master"
},
"autoload": {
"psr-0": {
"Respect\\Relational": "library/"
}
}
}