yii2-pdf icon indicating copy to clipboard operation
yii2-pdf copied to clipboard

Support php 7.4

Open heggi opened this issue 4 years ago • 2 comments

"robregonm/yii2-pdf": "^1.1.0"

Problem 1
    - Installation request for robregonm/yii2-pdf ^1.1.0 -> satisfiable by robregonm/yii2-pdf[1.1.0].
    - robregonm/yii2-pdf 1.1.0 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 -> your PHP version (7.4.3) does not satisfy that requirement.

If I config "robregonm/yii2-pdf": "*" this will setup version 1.0.3 with mpdf 6.1.3 that does not support php 7.*

heggi avatar May 21 '20 16:05 heggi

Have the save issue. How can i solve it?

Makapashev avatar Aug 12 '20 07:08 Makapashev

when i am using this "robregonm/yii2-pdf": "*", extension it gives me old PdfResponseFormatter file and show me error

Error: Class 'mPDF' not found in /var/www/html/example/main_branch/egift/vendor/robregonm/yii2-pdf/PdfResponseFormatter.php:76

and this is not updated file how can i get this file using this extension. and i am using "mpdf/mpdf": "^8.0", extension for mpdf please let me know if you have any suggestion..

suneelkumarsk avatar Nov 29 '20 12:11 suneelkumarsk