Skip to content

Commit 1ead87a

Browse files
author
Cliff Odijk
committed
Added myself as author
1 parent ad7d87f commit 1ead87a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"homepage": "http://github.com/SimpleBus/AsynchronousBundle",
77
"license": "MIT",
88
"authors": [
9+
{
10+
"name": "Cliff Odijk",
11+
"email": "cliff@jcid.nl"
12+
},
913
{
1014
"name": "Matthias Noback",
1115
"email": "matthiasnoback@gmail.com",
@@ -30,9 +34,13 @@
3034
"matthiasnoback/symfony-dependency-injection-test": "^0.7"
3135
},
3236
"autoload": {
33-
"psr-4" : { "SimpleBus\\AsynchronousBundle\\" : "src" }
37+
"psr-4": {
38+
"SimpleBus\\AsynchronousBundle\\": "src"
39+
}
3440
},
3541
"autoload-dev": {
36-
"psr-4" : { "SimpleBus\\AsynchronousBundle\\Tests\\" : "tests" }
42+
"psr-4": {
43+
"SimpleBus\\AsynchronousBundle\\Tests\\": "tests"
44+
}
3745
}
3846
}

0 commit comments

Comments
 (0)