From d746b66211e91cfec470485fe2183882881d0513 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 17 Mar 2026 14:19:58 +0100 Subject: [PATCH] :octocat: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 522b1e4bd..d39e95a8f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana ## Requirements -- PHP 8.2+ +- PHP 8.4+ - [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php) - optional: - [`ext-gd`](https://www.php.net/manual/book.image) for `QRGdImage` based output @@ -98,13 +98,13 @@ composer require chillerlan/php-qrcode ```json { "require": { - "php": "^8.2", + "php": "^8.4", "chillerlan/php-qrcode": "dev-main#" } } ``` -Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-qrcode/releases) for valid versions. +Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^6.0` - see [releases](https://github.com/chillerlan/php-qrcode/releases) for valid versions. ## Quickstart