Skip to content

Commit d746b66

Browse files
committed
:octocat:
1 parent 19a58b5 commit d746b66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
5454

5555
## Requirements
5656

57-
- PHP 8.2+
57+
- PHP 8.4+
5858
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
5959
- optional:
6060
- [`ext-gd`](https://www.php.net/manual/book.image) for `QRGdImage` based output
@@ -98,13 +98,13 @@ composer require chillerlan/php-qrcode
9898
```json
9999
{
100100
"require": {
101-
"php": "^8.2",
101+
"php": "^8.4",
102102
"chillerlan/php-qrcode": "dev-main#<commit_hash>"
103103
}
104104
}
105105
```
106106

107-
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.
107+
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.
108108

109109

110110
## Quickstart

0 commit comments

Comments
 (0)