-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from henriquemoody/composer
Update "composer.json" file
- Loading branch information
Showing
1 changed file
with
10 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} | ||
} |