-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
82 additions
and
6 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
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
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 |
---|---|---|
|
@@ -10,10 +10,85 @@ | |
"name": "Emanuil Rusev", | ||
"email": "[email protected]", | ||
"homepage": "http://erusev.com" | ||
}, | ||
{ | ||
"name": "Andy Miller", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "David Newton", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Robin Adrianse", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "AcMitch", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Guilherme Capilé", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Thijs van Dijk", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Mirela Lisboa", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Trevor Lemon", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Daniel Rudolf", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Kael Shipman", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Rubén Rubio", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Jason Robert O'Kennedy", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Alexey Lutovinin", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Aidan Woods", | ||
"email": "[email protected]>", | ||
"role": "Contributor" | ||
}, | ||
{ | ||
"name": "Daniel Berthereau", | ||
"email": "[email protected]", | ||
"role": "Contributor" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.6", | ||
"php": ">=5.4.0", | ||
"ext-dom": "*", | ||
"erusev/parsedown": "^1.6" | ||
}, | ||
|