Skip to content

Commit 8331062

Browse files
committed
Merge pull request #83 from EHER/develop
Fix some composer warnings.
2 parents 253cde0 + ac106b9 commit 8331062

1 file changed

Lines changed: 9 additions & 44 deletions

File tree

composer.json

Lines changed: 9 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,22 @@
11
{
2-
"name": "Respect\/Rest",
2+
"name": "respect/rest",
33
"description": "Thin controller for RESTful applications",
4-
"version": "0.5.1",
54
"type": "library",
6-
"time": "2012-09-16 23:16:41",
7-
"homepage": "",
8-
"license": "BSD Style",
5+
"license": "BSD-3-Clause",
6+
"autoload": {
7+
"psr-0": {
8+
"Respect\\Rest": "library/"
9+
}
10+
},
911
"authors": [
10-
{
11-
"name": "Alexandre",
12-
"email": "alexandre@gaigalas.net"
13-
},
14-
{
15-
"name": "Alexandre Gaigalas",
16-
"email": "alexandre@gaiaglas.net"
17-
},
1812
{
1913
"name": "Alexandre Gaigalas",
2014
"email": "alexandre@gaigalas.net"
2115
},
22-
{
23-
"name": "Alexandre Gaigalas",
24-
"email": "alganet@alganet-workstation.(none)"
25-
},
26-
{
27-
"name": "Alexandre Gomes Gaigalas",
28-
"email": "alexandre@gaigalas.net"
29-
},
30-
{
31-
"name": "Alexandre Gomes Gaigalas",
32-
"email": "alganet@alganet-workstation.(none)"
33-
},
3416
{
3517
"name": "Anderson Casimiro",
3618
"email": "duodraco@duo.draco"
3719
},
38-
{
39-
"name": "Anderson Casimiro",
40-
"email": "duodraco@gmail.com"
41-
},
42-
{
43-
"name": "augustohp",
44-
"email": "augusto@phpsp.org.br"
45-
},
46-
{
47-
"name": "Augusto Pascutti",
48-
"email": "augusto@phpsp.org.br"
49-
},
5020
{
5121
"name": "Augusto Pascutti",
5222
"email": "contato@augustopascutti.com"
@@ -91,10 +61,5 @@
9161
"name": "wesleyvicthor",
9262
"email": "w.v.mendes.s@gmail.com"
9363
}
94-
],
95-
"autoload": {
96-
"psr-0": {
97-
"Respect\\Rest": "library\/"
98-
}
99-
}
100-
}
64+
]
65+
}

0 commit comments

Comments
 (0)