robregonm / yii2-pdf

PDF Reports from HTML Views (Html to PDF formatter) for Yii 2.0
BSD 3-Clause "New" or "Revised" License
46 stars 36 forks source link

mPDF version without upper bound in composer.json #20

Closed finwe closed 6 years ago

finwe commented 6 years ago

Hi,

I notice that your composer.json mpdf constraint is missing an upper bound. This will cause problems in following weeks when mPDF v 7.0 stable is out - it has a changed namespace, structure and constructor parameters.

This is a heads up, you might want to change your constraint or prepare your code for mPDF 7.0.

robregonm commented 6 years ago

Thanks for the heads up. I'll make the changes.