Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 30, 2013
1 parent 38bb85b commit b1eaa2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
MonologBundle
=============

The `MonologBundle` provides integration of the [Monolog](https://github.com/Seldaek/monolog)
library into the Symfony2 framework.

As of v2.4.0 of the bundle, the release cycle is de-synchronized from the framework's.
It means you can just require `"symfony/monolog-bundle": "~2.4"` in your composer.json
and Composer will automatically pick the latest version of the bundle that works with
your current version of Symfony. The minimum version of Symfony2 for this workflow
is 2.3.0.

More information in the official [documentation](http://symfony.com/doc/current/cookbook/logging/index.html).

0 comments on commit b1eaa2e

Please sign in to comment.