setasign/fpdi-tcpdf

This package is abandoned and no longer maintained. No replacement package was suggested.

Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.

Maintainers

👁 Setasign

Package info

github.com/Setasign/FPDI-TCPDF

Homepage

pkg:composer/setasign/fpdi-tcpdf

Statistics

Installs: 8 900 788

Dependents: 25

Suggesters: 2

Stars: 53

v2.3.0 2020-02-19 11:40 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f6711a95cba64db16e1a63e1b6195827a2150c93

pdfTCPDFfpdi

This package is auto-updated.

Last update: 2020-03-12 13:21:00 UTC


README

ABANDONED! We decided to abandon the meta package because of inconsistencies in the version systems used by the PDF generation libraries. As it is up to the developers to define which PDF generation library is used in their code it should be configured as a direct dependency in their own composer.json file too.

Please remove this package from your composer.json and replace it by direct dependencies to setasign/fpdi and tecnickcom/tcpdf.

FPDI-TCPDF

A kind of metadata package for Composer with fixed dependencies for the latest versions of FPDI and TCPDF.

Installation with Composer

$ composer require setasign/fpdi-tcpdf:2.3

or you can include the following in your composer.json file:

{
 "require": {
 "setasign/fpdi-tcpdf": "^2.3"
 }
}