Skip to content

Commit b1eaa2e

Browse files
committed
Add README
1 parent 38bb85b commit b1eaa2e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
MonologBundle
2+
=============
3+
4+
The `MonologBundle` provides integration of the [Monolog](https://github.com/Seldaek/monolog)
5+
library into the Symfony2 framework.
6+
7+
As of v2.4.0 of the bundle, the release cycle is de-synchronized from the framework's.
8+
It means you can just require `"symfony/monolog-bundle": "~2.4"` in your composer.json
9+
and Composer will automatically pick the latest version of the bundle that works with
10+
your current version of Symfony. The minimum version of Symfony2 for this workflow
11+
is 2.3.0.
12+
13+
More information in the official [documentation](http://symfony.com/doc/current/cookbook/logging/index.html).

0 commit comments

Comments
 (0)