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 808a6eb commit 82756d6
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/Asynchronous",
"license": "MIT",
"authors": [
{
"name": "Cliff Odijk",
"email": "cliff@jcid.nl"
},
{
"name": "Matthias Noback",
"email": "matthiasnoback@gmail.com",
Expand All @@ -24,9 +28,13 @@
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-4" : { "SimpleBus\\Asynchronous\\" : "src" }
"psr-4": {
"SimpleBus\\Asynchronous\\": "src"
}
},
"autoload-dev": {
"psr-4" : { "SimpleBus\\Asynchronous\\Tests\\" : "tests" }
"psr-4": {
"SimpleBus\\Asynchronous\\Tests\\": "tests"
}
}
}

0 comments on commit 82756d6

Please sign in to comment.