Skip to content

Commit

Permalink
Merge pull request #46 from henriquemoody/composer
Browse files Browse the repository at this point in the history
Update "composer.json" file
  • Loading branch information
henriquemoody committed Jan 7, 2015
2 parents 7ba5338 + 68d4e79 commit 2a55042
Showing 1 changed file with 10 additions and 29 deletions.
39 changes: 10 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,25 @@
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexandre Gomes Gaigalas",
"email": "[email protected]"
},
{
"name": "Augusto Pascutti",
"email": "[email protected]"
},
{
"name": "Henrique Moody",
"email": "[email protected]"
},
{
"name": "Ivo Nascimento",
"email": "[email protected]"
},
{
"name": "Nick Lombard",
"email": "[email protected]"
},
{
"name": "Rogerio Prado de Jesus",
"email": "[email protected]"
},
{
"name": "Thiago Rigo",
"email": "[email protected]"
"name": "Respect/Config Contributors",
"homepage": "https://github.com/Respect/Config/graphs/contributors"
}
],
"autoload": {
"psr-0": {
"Respect\\Config": "library"
"psr-4": {
"Respect\\Config\\": "library/Respect/Config"
}
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"phpunit/phpunit": "~4.4",
"respect/test": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}

0 comments on commit 2a55042

Please sign in to comment.