This commit is contained in:
wangjinlei
2024-07-17 09:23:45 +08:00
parent edf9deeb1a
commit 881ac3e056
1001 changed files with 41032 additions and 5452 deletions

View File

@@ -27,7 +27,7 @@ To use FPDI with FPDF include following in your composer.json file:
{
"require": {
"setasign/fpdf": "1.8.*",
"setasign/fpdi": "^2.0"
"setasign/fpdi": "^2.5"
}
}
```
@@ -37,8 +37,8 @@ If you want to use TCPDF, you have to update your composer.json to:
```json
{
"require": {
"tecnickcom/tcpdf": "6.3.*",
"setasign/fpdi": "^2.0"
"tecnickcom/tcpdf": "6.6.*",
"setasign/fpdi": "^2.5"
}
}
```
@@ -48,7 +48,7 @@ If you want to use tFPDF, you have to update your composer.json to:
```json
{
"require": {
"setasign/tfpdf": "1.31.*",
"setasign/tfpdf": "1.33.*",
"setasign/fpdi": "^2.3"
}
}