Skip to content

Commit a164178

Browse files
committed
docs: update version info
1 parent 17954ff commit a164178

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# UPN QR code generator for PHP
22

3-
[![Packagist Version](https://img.shields.io/packagist/v/datalinx/php-upn-qr-generator)](https://packagist.org/packages/datalinx/php-upn-qr-generator)
4-
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/datalinx/php-upn-qr-generator)
53
![Packagist Downloads](https://img.shields.io/packagist/dt/datalinx/php-upn-qr-generator)
64
[![Test runner](https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml/badge.svg?branch=master)](https://github.com/DataLinx/php-upn-qr-generator/actions/workflows/test-runner.yml)
75
[![codecov](https://codecov.io/gh/DataLinx/php-upn-qr-generator/graph/badge.svg?token=VOYIGEPWA5)](https://codecov.io/gh/DataLinx/php-upn-qr-generator)
@@ -16,7 +14,7 @@ This library can output a PNG, SVG or EPS image to a local file.
1614
The code is fully tested, including OCRing of the generated QR code.
1715

1816
## Requirements
19-
- PHP >= 8.1
17+
- PHP >= 7.4 (see versions below)
2018
- mbstring and iconv PHP extensions
2119
- imagick PHP extension, but only if you want to generate PNG (raster) QR code images — not required for vector formats (SVG, EPS)
2220

0 commit comments

Comments
 (0)