Skip to content

Commit

Permalink
Added myself as author
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodijk committed Nov 1, 2016
1 parent 2bfa369 commit 2a7a6b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"homepage": "http://github.com/SimpleBus/MessageBus",
"license": "MIT",
"authors": [
{
"name": "Cliff Odijk",
"email": "cliff@jcid.nl"
},
{
"name": "Matthias Noback",
"email": "matthiasnoback@gmail.com",
Expand All @@ -22,9 +26,13 @@
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-4" : { "SimpleBus\\Message\\" : "src" }
"psr-4": {
"SimpleBus\\Message\\": "src"
}
},
"autoload-dev": {
"psr-4" : { "SimpleBus\\Message\\Tests\\" : "tests" }
"psr-4": {
"SimpleBus\\Message\\Tests\\": "tests"
}
}
}

0 comments on commit 2a7a6b7

Please sign in to comment.