FrDeamon / EnseparHtml2pdfBundle

Html2pdf for Symfony 2 as a service.
MIT License
22 stars 22 forks source link

Package ensepar/tcpdf is abandoned - Package ensepar/html2pdf is abandoned #27

Closed skrosoft closed 7 years ago

skrosoft commented 7 years ago

Hello,

Installing this project with composer I have 2 warning:

Package ensepar/tcpdf is abandoned, you should avoid using it. Use tecnickcom/tcpdf instead. Package ensepar/html2pdf is abandoned, you should avoid using it. Use spipu/html2pdf instead.

Maybe the composer.json is not up to date?

Vincent

OwlyCode commented 7 years ago

Hello and thanks for the feedback !

You can use the last version (3.0.0) of this bundle to avoid this notice as it uses the right dependencies.

Please tell me if you encounter any trouble upgrading to this version.

skrosoft commented 7 years ago

I could use the version 3.0.0-beta using the folowwing in composer.json

"ensepar/html2pdf-bundle" : "v3.0.0-beta"

The warning is not showing up anymore.

Thank you but is this ok to use the beta version?

OwlyCode commented 7 years ago

The beta should be stable enough (it is one year old), I didn't directly tag a 3.0.0 because of the huge change in dependencies, but as no one ever complained about any bug in the beta version, I'll tag it as a stable release.

Thank you for your time !