yii2-pdf
yii2-pdf copied to clipboard
Support php 7.4
"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.*
Have the save issue. How can i solve it?
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..