Skip to content

Commit

Permalink
Update to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Nov 30, 2015
1 parent 295594b commit a8a76e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPD

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

$ composer require setasign/fpdf:1.7
$ composer require setasign/fpdf:1.8

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

```json
{
"require": {
"setasign/fpdf": "1.7"
"setasign/fpdf": "1.8"
}
}
```

0 comments on commit a8a76e8

Please sign in to comment.