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

kartik-v/yii2-mpdf v1.0.5 requires mpdf/mpdf ~7.0 #103

Closed adamwinn closed 4 years ago

adamwinn commented 4 years ago

Prerequisites

Specifying "kartik-v/yii2-mpdf": "1.*", in my composer.json file, attempts to install kartik-v/yii2-mpdf v1.0.5, but then it says - kartik-v/yii2-mpdf v1.0.5 requires mpdf/mpdf ~7.0 -> satisfiable by mpdf/mpdf[7.0.2, v7.0.0, v7.0.1, v7.0.3, v7.1.0, v7.1.1, v7.1.2, v7.1.3, v7.1.4, v7.1.5, v7.1.6, v7.1.7, v7.1.8, v7.1.9].

It should attempt to install mpdf/mpdf version 8 and not version 7. This happened after I upgraded from php 7.3 to 7.4

Libraries

adamwinn commented 4 years ago

Maybe v1.0.6 can be made because of https://github.com/kartik-v/yii2-mpdf/commit/d38beb5e89fb029be8178d260be9d1792ccd0f2d

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

adamwinn commented 4 years ago

re-open