riainvoice/vendor_old/setasign/fpdi-fpdf/README.md
2021-10-01 23:56:38 +05:30

19 lines
399 B
Markdown

# FPDI-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.6.2
```
or you can include the following in your composer.json file:
```json
{
"require": {
"setasign/fpdi-fpdf": "1.6.2"
}
}
```