We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1336058 commit 3e93d5dCopy full SHA for 3e93d5d
composer.json
@@ -6,6 +6,10 @@
6
"homepage": "http://github.com/SimpleBus/DoctrineORMBridge",
7
"license": "MIT",
8
"authors": [
9
+ {
10
+ "name": "Cliff Odijk",
11
+ "email": "[email protected]"
12
+ },
13
{
14
"name": "Matthias Noback",
15
"email": "[email protected]",
@@ -22,10 +26,14 @@
22
26
"simple-bus/symfony-bridge": "Bridge for using command buses and event buses with Symfony"
23
27
},
24
28
"autoload": {
25
- "psr-4" : { "SimpleBus\\DoctrineORMBridge\\" : "src" }
29
+ "psr-4": {
30
+ "SimpleBus\\DoctrineORMBridge\\": "src"
31
+ }
32
33
"autoload-dev": {
- "psr-4" : { "SimpleBus\\DoctrineORMBridge\\Tests\\" : "tests" }
34
35
+ "SimpleBus\\DoctrineORMBridge\\Tests\\": "tests"
36
37
38
"require-dev": {
39
"matthiasnoback/doctrine-orm-test-service-provider": "~2.0",
0 commit comments