Skip to content

Commit 2c68c9e

Browse files
committed
Update to FPDF 1.81
1 parent 34a2097 commit 2c68c9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPD
88

99
If you're using Composer to manage dependencies, you can use
1010

11-
$ composer require setasign/fpdf:1.8
11+
$ composer require setasign/fpdf:1.8.1
1212

1313
or you can include the following in your composer.json file:
1414

1515
```json
1616
{
1717
"require": {
18-
"setasign/fpdf": "1.8"
18+
"setasign/fpdf": "1.8.1"
1919
}
2020
}
2121
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setasign/fpdf",
3-
"version": "1.8",
3+
"version": "1.8.1",
44
"homepage": "http://www.fpdf.org",
55
"description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
66
"type": "library",

0 commit comments

Comments
 (0)