Skip to content

Commit d76e090

Browse files
committed
updated composer.json files to contain information about autoloading and target dirs
1 parent 54aba75 commit d76e090

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"php": ">=5.3.2",
2121
"monolog/monolog": ">=1.0",
2222
"symfony/monolog-bridge": ">=2.0"
23-
}
23+
},
24+
"autoload": {
25+
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }
26+
},
27+
"target-dir": "Symfony/Bundle/MonologBundle"
2428
}

0 commit comments

Comments
 (0)