From 78a67efbbde3c099de17c436f07599d1a08e6baa Mon Sep 17 00:00:00 2001 From: Franck Cassedanne Date: Wed, 5 Oct 2022 20:12:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...