From 44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 21 Oct 2023 20:43:56 -0400 Subject: [PATCH] Update readme for PHP 8.0+ and library v2.x (#25) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4be7cf..1815775 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Here are the changes you can see in this version: Requirements ------------ -- [PHP 5.6](http://php.net/) +- [PHP 8.0+](http://php.net/) (you can use v1.x for PHP 5.6+) - [php-xml](http://php.net/manual/fr/refs.xml.php) extension: parse HTML content - [php-fileinfo](http://php.net/manual/fr/book.fileinfo.php) extension: check image type @@ -23,7 +23,7 @@ Composer Use [Composer](https://getcomposer.org) by adding the following lines in your `composer.json`: "require": { - "arthurhoaro/favicon": "~1.0" + "arthurhoaro/favicon": "~2.0" } Basic Usage