Skip to content

Commit 2a55042

Browse files
committed
Merge pull request #46 from henriquemoody/composer
Update "composer.json" file
2 parents 7ba5338 + 68d4e79 commit 2a55042

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

composer.json

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,25 @@
77
"license": "BSD-3-Clause",
88
"authors": [
99
{
10-
"name": "Alexandre Gomes Gaigalas",
11-
"email": "[email protected]"
12-
},
13-
{
14-
"name": "Augusto Pascutti",
15-
"email": "[email protected]"
16-
},
17-
{
18-
"name": "Henrique Moody",
19-
"email": "[email protected]"
20-
},
21-
{
22-
"name": "Ivo Nascimento",
23-
"email": "[email protected]"
24-
},
25-
{
26-
"name": "Nick Lombard",
27-
"email": "[email protected]"
28-
},
29-
{
30-
"name": "Rogerio Prado de Jesus",
31-
"email": "[email protected]"
32-
},
33-
{
34-
"name": "Thiago Rigo",
35-
"email": "[email protected]"
10+
"name": "Respect/Config Contributors",
11+
"homepage": "https://github.com/Respect/Config/graphs/contributors"
3612
}
3713
],
3814
"autoload": {
39-
"psr-0": {
40-
"Respect\\Config": "library"
15+
"psr-4": {
16+
"Respect\\Config\\": "library/Respect/Config"
4117
}
4218
},
4319
"require": {
4420
"php": ">=5.3.0"
4521
},
4622
"require-dev": {
47-
"phpunit/phpunit": "@stable",
23+
"phpunit/phpunit": "~4.4",
4824
"respect/test": "dev-master"
25+
},
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "1.1-dev"
29+
}
4930
}
5031
}

0 commit comments

Comments
 (0)