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 ad7d87f commit 1ead87aCopy full SHA for 1ead87a
composer.json
@@ -6,6 +6,10 @@
6
"homepage": "http://github.com/SimpleBus/AsynchronousBundle",
7
"license": "MIT",
8
"authors": [
9
+ {
10
+ "name": "Cliff Odijk",
11
+ "email": "cliff@jcid.nl"
12
+ },
13
{
14
"name": "Matthias Noback",
15
"email": "matthiasnoback@gmail.com",
@@ -30,9 +34,13 @@
30
34
"matthiasnoback/symfony-dependency-injection-test": "^0.7"
31
35
},
32
36
"autoload": {
33
- "psr-4" : { "SimpleBus\\AsynchronousBundle\\" : "src" }
37
+ "psr-4": {
38
+ "SimpleBus\\AsynchronousBundle\\": "src"
39
+ }
40
41
"autoload-dev": {
- "psr-4" : { "SimpleBus\\AsynchronousBundle\\Tests\\" : "tests" }
42
43
+ "SimpleBus\\AsynchronousBundle\\Tests\\": "tests"
44
45
}
46
0 commit comments