This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Monolog
Fabien Potencier 8185106a8d Merge branch '2.3' into 2.4
* 2.3:
  bumped Symfony version to 2.3.18
  updated VERSION for 2.3.17
  update CONTRIBUTORS for 2.3.17
  updated CHANGELOG for 2.3.17
  added XSD to PHPUnit configuration
  bug #11319 [HttpKernel] Ensure the storage exists before purging it in ProfilerTest
  [Translation] Added unescaping of ids in PoFileLoader
  updated italian translation for validation messages
  [DomCrawler] Fix docblocks and formatting.
  [DomCrawler] Remove the query string and the anchor of the uri of a link
  Simplified the Travis test command
  [Console] Make sure formatter is the same

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2014-07-08 13:46:35 +02:00
..
Formatter [MonologBridge] added integration with the console component 2013-06-04 17:05:23 +02:00
Handler fixed types in phpdocs 2014-04-16 12:34:42 +02:00
Processor [HttpKernel] added $event->isMasterRequest() 2013-08-08 14:41:21 -07:00
Tests Merge branch '2.3' into 2.4 2014-04-16 10:02:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [MonologBridge] added integration with the console component 2013-06-04 17:05:23 +02:00
composer.json updated Composer suggested packages 2013-12-03 11:22:45 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Logger.php fix logger in regards to DebugLoggerInterface 2013-05-24 15:05:33 +02:00
phpunit.xml.dist added XSD to PHPUnit configuration 2014-07-07 11:57:21 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00

Monolog Bridge

Provides integration for Monolog with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Monolog/
$ composer.phar install
$ phpunit