Skip to content

Commit 252dc9a

Browse files
committed
fix: update README to clarify compatibility with Laravel 12
1 parent c49b7b0 commit 252dc9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Stable version](https://img.shields.io/packagist/v/milon/barcode.svg)](https://packagist.org/packages/milon/barcode)
33
[![License](https://img.shields.io/packagist/l/milon/barcode.svg)](https://packagist.org/packages/milon/barcode)
44

5-
This is a barcode generation package inspired by <https://github.com/tecnickcom/TCPDF>. Actually, I use that package's underline classes for generating barcodes. This package is just a wrapper of that package and adds compatibility with Laravel 5.
5+
This is a barcode generation package inspired by <https://github.com/tecnickcom/TCPDF>. Actually, I use that package's underline classes for generating barcodes. This package is just a wrapper of that package and adds compatibility with Laravel.
66

77
I used the following classes of that package.
88

@@ -30,6 +30,7 @@ You can also edit your project's `composer.json` file to require `milon/barcode`
3030

3131
| Laravel Version | Barcode Package Version |
3232
|-----------------|-------------------------|
33+
| 12.* | ^12.0 |
3334
| 11.* | ^11.0 |
3435
| 10.* | ^10.0 |
3536
| 9.* | ^9.0 |

0 commit comments

Comments
 (0)