setasign/fpdi-fpdf

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 FPDF.

Installs: 8 381 171

Dependents: 40

Suggesters: 2

Security: 0

Stars: 92

Watchers: 2

Forks: 11

v2.3.0 2020-02-19 12:21 UTC

This package is auto-updated.

Last update: 2020-03-12 13:21:36 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 setasign/fpdf.

FPDI-FPDF

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

Installation with Composer

$ composer require setasign/fpdi-fpdf:2.3

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

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