- Symfony 7 support
- psr/log ^3
- Drop support for PHP versions prior to 8.0
- psr/log ^2
- SettableOutputStreamInterface
- Symfony 6
- PHP 8.1
- PHP 8
- Use symfony5 in tests. Fix erroneous branch alias and minimum php versions in composer.json. (#16)
- Test with PHP 7.4. Remove support for old versions of PHP.
- Allow logger manager to manage a global style for loggers (#12)
- Add a logger manager (#11)
- Update to Composer Test Scenarios 3 (#10)
- Use g1a/composer-test-scenarios (#9)
- Test Symfony version 2, 3 and 4 with different versions of php. (#5)
- Support for Symfony 4 by Tobias Nyholm (#4)
- Split up the log() method a bit.
- Run code sniffer prior to running tests to ensure PSR-2 compliance.
- Remove unused components accidentally left in composer.json.
- Add a license file.