We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295594b commit a8a76e8Copy full SHA for a8a76e8
README.md
@@ -8,14 +8,14 @@ FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPD
8
9
If you're using Composer to manage dependencies, you can use
10
11
- $ composer require setasign/fpdf:1.7
+ $ composer require setasign/fpdf:1.8
12
13
or you can include the following in your composer.json file:
14
15
```json
16
{
17
"require": {
18
- "setasign/fpdf": "1.7"
+ "setasign/fpdf": "1.8"
19
}
20
21
```
0 commit comments