Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed Feb 15, 2022
1 parent 6859fe1 commit 216a748
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ I used the following classes of that package.

[Read More on TCPDF website](http://www.tcpdf.org)

# This package is compatible with Laravel `4.*` , `5.*`, `6.*`, `7.*` and `8.*`
# This package is compatible with Laravel `4.*` , `5.*`, `6.*`, `7.*`, `8.*` and `9.*`

This package relies on [php-gd](http://php.net/manual/en/book.image.php) extension. So, make sure it is installed on your machine.

Expand All @@ -26,6 +26,14 @@ composer require milon/barcode

You can also edit your project's `composer.json` file to require `milon/barcode`.

```json
"require": {
"milon/barcode": "^9.0"
}
```

For Laravel 8.* use this-

```json
"require": {
"milon/barcode": "^8.0"
Expand Down

0 comments on commit 216a748

Please sign in to comment.