Skip to content

Commit

Permalink
Update to FPDF 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Jan 1, 2016
1 parent 34a2097 commit 2c68c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8
$ composer require setasign/fpdf:1.8.1

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

```json
{
"require": {
"setasign/fpdf": "1.8"
"setasign/fpdf": "1.8.1"
}
}
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setasign/fpdf",
"version": "1.8",
"version": "1.8.1",
"homepage": "http://www.fpdf.org",
"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.",
"type": "library",
Expand Down

0 comments on commit 2c68c9e

Please sign in to comment.