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
Nicolas Grekas 66a60f7d91 Merge branch '2.8'
* 2.8:
  [PhpUnit] Auto-register SymfonyTestsListener
  [phpunit] Upgrade when a change is detected and when install subcommand is used
  [Filesystem] Fix test on Windows
  Fix merge
  [HttpFoundation] Extend ClockMock to session storage tests
  [Process] Don't use @requires on abstract class
  [VarDumper] Fix wordwrap with Bootstrap
  Fix the BC layer for the key->secret renaming for remember_me
  Fix potential access to undefined index

Conflicts:
	src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php
	src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/LegacyPdoSessionHandlerTest.php
	src/Symfony/Component/Locale/phpunit.xml.dist
2015-10-11 11:14:55 +02: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' 2015-09-14 16:15:24 +02: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 Merge branch '2.8' 2015-10-10 12:22:50 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
Logger.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
phpunit.xml.dist [PhpUnit] Auto-register SymfonyTestsListener 2015-10-11 10:29:26 +02: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