From f645a74637f79f83ff1772fe236bc6c82a8e8878 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 16 Sep 2013 11:22:24 +0200 Subject: [PATCH] Add xoops to framework integrations --- README.mdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 1d5d13ca..6c2220ec 100644 --- a/README.mdown +++ b/README.mdown @@ -225,10 +225,11 @@ Frameworks Integration can be used very easily with Monolog since it implements the interface. - [Symfony2](http://symfony.com) comes out of the box with Monolog. - [Silex](http://silex.sensiolabs.org/) comes out of the box with Monolog. -- [Laravel4](http://laravel.com/) comes out of the box with Monolog. +- [Laravel 4](http://laravel.com/) comes out of the box with Monolog. - [PPI](http://www.ppi.io/) comes out of the box with Monolog. - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.com/jadb/cakephp-monolog) plugin. - [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer. +- [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog. Author ------