Skip to content

Commit

Permalink
Updated dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Dec 8, 2023
1 parent a7b6f99 commit 87be58b
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 142 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FPDI - Free PDF Document Importer
[![Latest Unstable Version](https://poser.pugx.org/setasign/fpdi/v/unstable.svg)](https://packagist.org/packages/setasign/fpdi)
[![License](https://poser.pugx.org/setasign/fpdi/license.svg)](https://packagist.org/packages/setasign/fpdi)

:heavy_exclamation_mark: This document refers to FPDI 2. Version 1 is deprecated and development is discontinued. :heavy_exclamation_mark:
:exclamation: This document refers to FPDI 2. Version 1 is deprecated and development is discontinued. :exclamation:

FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF
documents and use them as templates in [FPDF](http://www.fpdf.org), which was developed by Olivier Plathey. Apart
Expand All @@ -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"
}
}
```
Expand All @@ -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"
}
}
```
Expand All @@ -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"
}
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8",
"setasign/fpdf": "~1.8.6",
"tecnickcom/tcpdf": "~6.2",
"setasign/tfpdf": "~1.31",
"setasign/tfpdf": "~1.33",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 87be58b

Please sign in to comment.