Added PDF for pregenerated PDF
This commit is contained in:
18
vendor/setasign/fpdi-fpdf/README.md
vendored
Normal file
18
vendor/setasign/fpdi-fpdf/README.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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:2.3
|
||||
```
|
||||
|
||||
or you can include the following in your composer.json file:
|
||||
|
||||
```json
|
||||
{
|
||||
"require": {
|
||||
"setasign/fpdi-fpdf": "^2.3"
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user