News Archive

New packages on Packagist2015-05-18

Today we did a minor update of FPDI to allow us to implement dependency management through Composer. This results in 2 additional packages on Packagist for FPDI:

By using these packages in your composer.json the dependencies are evaluated automatically and you're not forced to load a specific class before you use FPDI.

So update your composer.json file asap to:

{
    "require": {
        "setasign/fpdi-fpdf": "1.5.4"
    }
}

...if you want to work with FPDF. Or to following if you want to work with TCPDF.

{
    "require": {
        "setasign/fpdi-tcpdf": "1.5.4"
    }
}