Skip to content

Commit a8a76e8

Browse files
committed
Update to 1.8
1 parent 295594b commit a8a76e8

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
@@ -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.7
11+
$ composer require setasign/fpdf:1.8
1212

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

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

0 commit comments

Comments
 (0)