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

Not getting installed via composer. PHP version 7.3.7 #96

Closed aravindSRM-India closed 4 years ago

aravindSRM-India commented 5 years ago

Prerequisites

Steps to reproduce the issue

  1. Install PHP 7.3.7
  2. Run composer require kartik-v/yii2-mpdf "dev-master" in root of Yii2 project directory
  3. You will get error Your requirements could not be resolved to an installable set of packages.

    Problem 1

    • mpdf/mpdf v7.0.3 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 -> your PHP version (7.3.7) does not satisfy that requirement.
    • mpdf/mpdf v7.0.3 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 -> your PHP version (7.3.7) does not satisfy that requirement.
    • mpdf/mpdf v7.0.3 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 -> your PHP version (7.3.7) does not satisfy that requirement.
    • Installation request for mpdf/mpdf (locked at v7.0.3) -> satisfiable by mpdf/mpdf[v7.0.3].

Expected behavior and actual behavior

When I follow those steps, I see...

I was expecting...

Environment

Browsers

Operating System

Libraries

Isolating the problem

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.

anburocky3 commented 4 years ago

Any update on this issue? Why is it closed without solution?

aravindSRM-India commented 4 years ago

Hi anburocky3,

I have updated both composer and fxp/composer-asset-plugin.This solved my issue.

Looks like bot auto closed the ticket.