Skip to content

Commit 7879503

Browse files
committed
Added myself as author
1 parent 2033629 commit 7879503

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/SymfonyBridge",
77
"license": "MIT",
88
"authors": [
9+
{
10+
"name": "Cliff Odijk",
11+
"email": "[email protected]"
12+
},
913
{
1014
"name": "Matthias Noback",
1115
"email": "[email protected]",
@@ -36,10 +40,14 @@
3640
"satooshi/php-coveralls": "~0.6"
3741
},
3842
"autoload": {
39-
"psr-4" : { "SimpleBus\\SymfonyBridge\\" : "src" }
43+
"psr-4": {
44+
"SimpleBus\\SymfonyBridge\\": "src"
45+
}
4046
},
4147
"autoload-dev": {
42-
"psr-4" : { "SimpleBus\\SymfonyBridge\\Tests\\" : "tests" }
48+
"psr-4": {
49+
"SimpleBus\\SymfonyBridge\\Tests\\": "tests"
50+
}
4351
},
4452
"minimum-stability": "dev",
4553
"prefer-stable": true

0 commit comments

Comments
 (0)