Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed May 18, 2015
1 parent cb66a61 commit be77cb2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# FPDI-FPDF
A kind of metadata package with fixed dependencies for the latest versions of FPDI and FPDF.
A kind of metadata package for Composer with fixed dependencies for the latest versions of FPDI and FPDF.

## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-fpdf)

```bash
$ composer require "setasign/fpdi-fpdf": "1.5.4"
```

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

```json
{
"require": {
"setasign/fpdi-fpdf": "1.5.4"
}
}
```

0 comments on commit be77cb2

Please sign in to comment.