psliwa / PdfBundle

This bundle integrates Symfony2 with PHPPdf library.
http://ohey.pl
MIT License
120 stars 45 forks source link

Allow up to sensio/framework-extra-bundle v5 #79

Open Jean85 opened 6 years ago

Jean85 commented 6 years ago

I've forked this bundle to try and overcome the limit of the sensio/framework-extra-bundle constraint. Luckily that dependency is used only to have the @Pdf annotation available, and the BC between v3 and v4/5 in the Sensio bundle doesn't affect us.

Hence, this fix is more than enough.