Skip to content

Commit 1193507

Browse files
committed
update docs
1 parent 366244f commit 1193507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If you haven't used `composer` before, you can read about it at [getcomposer.org
178178

179179
This project has few hard dependencies:
180180

181-
- PHP 7.0 or newer.
181+
- PHP 7.3 or newer.
182182
- `json` extension, used to load bundled printer definitions (see [documentation](https://www.php.net/manual/en/book.json.php))
183183
- `intl` extension, used for character encoding (see [documentation](https://www.php.net/manual/en/book.intl.php))
184184
- `zlib` extension, used for de-compressing bundled resources (see [documentation](https://www.php.net/manual/en/book.zlib.php)).
@@ -552,7 +552,7 @@ This code is MIT licensed, and you are encouraged to contribute any modification
552552

553553
For development, it's suggested that you load `imagick`, `gd` and `Xdebug` PHP extensions.
554554

555-
The tests are executed on [Travis CI](https://travis-ci.org/mike42/escpos-php) over PHP 7.0, 7.1, 7.2 and 7.3. Older versions of PHP are not supported in current release, nor is HHVM.
555+
The tests are executed on [Travis CI](https://travis-ci.org/mike42/escpos-php) over PHP 7.3, 7.4 and 8.0. Older versions of PHP are not supported in the current release, nor is HHVM.
556556

557557
Fetch a copy of this code and load dependencies with composer:
558558

0 commit comments

Comments
 (0)