Skip to content

Commit

Permalink
Add community contributors to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jan 4, 2015
1 parent 51ce845 commit b17117f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "ddeboer/imap",
"description": "Object-oriented IMAP library for PHP 5.3+",
"tags": [ "email", "mail", "imap" ],
"keywords": [ "email", "mail", "imap" ],
"license": "MIT",
"authors": [
{
"name": "David de Boer",
"email": "[email protected]"
}
},
{
"name": "Community contributors",
"homepage": "https://github.com/ddeboer/imap/graphs/contributors"
}
],
"require": {
"ext-imap": "*",
"ext-mbstring": "*",
"doctrine/common": "*"
"doctrine/common": "~2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit b17117f

Please sign in to comment.