Skip to content

Commit 3e93d5d

Browse files
author
Cliff Odijk
committed
Added myself as author
1 parent 1336058 commit 3e93d5d

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/DoctrineORMBridge",
77
"license": "MIT",
88
"authors": [
9+
{
10+
"name": "Cliff Odijk",
11+
"email": "[email protected]"
12+
},
913
{
1014
"name": "Matthias Noback",
1115
"email": "[email protected]",
@@ -22,10 +26,14 @@
2226
"simple-bus/symfony-bridge": "Bridge for using command buses and event buses with Symfony"
2327
},
2428
"autoload": {
25-
"psr-4" : { "SimpleBus\\DoctrineORMBridge\\" : "src" }
29+
"psr-4": {
30+
"SimpleBus\\DoctrineORMBridge\\": "src"
31+
}
2632
},
2733
"autoload-dev": {
28-
"psr-4" : { "SimpleBus\\DoctrineORMBridge\\Tests\\" : "tests" }
34+
"psr-4": {
35+
"SimpleBus\\DoctrineORMBridge\\Tests\\": "tests"
36+
}
2937
},
3038
"require-dev": {
3139
"matthiasnoback/doctrine-orm-test-service-provider": "~2.0",

0 commit comments

Comments
 (0)