Skip to content

Commit

Permalink
Update readme for PHP 8.0+ and library v2.x (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro authored Oct 22, 2023
1 parent d62a170 commit 44f1e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 44f1e0d

Please sign in to comment.