diff --git a/README.md b/README.md index 6feff9d..9e670c3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Minimalist and fast **PSR-3** compliant logger. * More contributions will be linked here. * Clean API, see the [`LoggerInterface`](src/Logger/LoggerInterface.php) and the [`LogFormatterInterface`](src/LogFormatterInterface.php). * 100% Unit **tested** and compliant with PSR0, PSR1 and PSR2. -* [Continuously integrated](//travis-ci.org/apix/log) against **PHP 5.3**, **5.4**, **5.5**, **5.6**, **7.0**, **7.1**, **7.2**, **7.3** ~~and HHVM~~. +* [Continuously integrated](//travis-ci.org/apix/log) against **7.0**, **8.x**, ~~and HHVM~~ (use ^1.1 for older PHP versions). * Available as a [Composer](https://packagist.org/packages/apix/log) ~~and as a [PEAR](http://pear.ouarz.net)~~ package. Feel free to comment, send pull requests and patches...