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 d35d70ee4d Merge branch '3.0'
* 3.0:
  updated copyright year
  updated copyright year
  Update copyright year
  [2.3] Static Code Analysis for Components
2016-01-03 16:35:40 +01:00
..
Formatter Merge branch '2.5' 2014-11-03 04:55:50 +01:00
Handler Merge branch '2.7' into 2.8 2015-09-14 16:15:17 +02:00
Processor Merge branch '2.3' into 2.6 2015-06-25 13:21:15 +02:00
Tests Merge branch '2.8' into 3.0 2015-12-05 18:45:07 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [3.0][Monolog] Remove deprecated interface and deprecated methods 2015-01-16 15:59:46 +01:00
composer.json Disallow http-kernel 3.x, fixes #16837. 2015-12-05 10:16:31 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
Logger.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00

Monolog Bridge

Provides integration for Monolog with various Symfony components.

Resources

You can run the unit tests with the following command:

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