Open garak opened 7 years ago
same problem here, we can't deploy anymore with ansible tower : failed: [xx@xx.com] => {"failed": true} msg: Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Package zendframework/zendpdf is abandoned, you should avoid using it.
From the zendpdf repo: This package is no longer maintained. We recommend TCPDF as a replacement.
Sadly, it looks like psliwa/PHPPdf is also abandoned, with the last commit in August 2016
Did anyone find a solution? Did you find an other library for creating PDF files? psliwa/PHPPdf is still working for us but moving to PHP 7.1 is creating problems and of course zendframework/zendpdf is abandoned.
Did you peeps heard about „laminas“ yet? It’s the successor of Zend Framework.
The PDF package from Zend is still abandoned, so Laminas doesn't change anything in that regard...
BTW I'm still using this with PHP 7.3, but the relative bundle is dragging me down and I can't upgrade to Symfony 4.
Maybe moving to tecnickcom/TCPDF is a solution. I'm sure there'll be a lot to adjust. So it's not an easy decision.
Directly from composer warnings: "Package zendframework/zendpdf is abandoned, you should avoid using it. No replacement was suggested."