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

Commit be77cb2

Browse files
committed
Update README.md
1 parent cb66a61 commit be77cb2

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# FPDI-FPDF
2-
A kind of metadata package with fixed dependencies for the latest versions of FPDI and FPDF.
2+
A kind of metadata package for Composer with fixed dependencies for the latest versions of FPDI and FPDF.
3+
4+
## Installation with [Composer](https://packagist.org/packages/setasign/fpdi-fpdf)
5+
6+
```bash
7+
$ composer require "setasign/fpdi-fpdf": "1.5.4"
8+
```
9+
10+
or you can include the following in your composer.json file:
11+
12+
```json
13+
{
14+
"require": {
15+
"setasign/fpdi-fpdf": "1.5.4"
16+
}
17+
}
18+
```

0 commit comments

Comments
 (0)