kartik-v / yii2-mpdf

A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
http://demos.krajee.com/mpdf
Other
161 stars 150 forks source link

Cannot Install #118

Closed dudunegrinhu closed 3 years ago

dudunegrinhu commented 3 years ago

Your requirements could not be resolved to an installable set of packages.
Problem 1

kartik-v commented 3 years ago

This is actually a dependency issue at your end on the third party mpdf library - it seems you are trying to install mpdf/mpdf which is of a older release v7.x -- while the latest release is v8.x. You may need to cross check your composer.json and dependencies.