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

I can't install this extension #39

Closed jose1894 closed 5 years ago

jose1894 commented 7 years ago

Hi,

I'm a newbie with Yii, and I'm beginning a project with that framework by a petition.

I need to generate some reports in PDF, and I try to install this extension with composer using this code:

php composer.phar require kartik-v/yii2-mpdf "dev-master"

But when composer starts the download, gives a message error, like that:

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

Problem 1

Could you give me some help with that?

Thanks,

PD: Sorry for my bad English

linslin commented 7 years ago

The developer of this repository does not drive GitFlow. So there is no dev branch here. In that way composer does not find a dev branch, which you are focusing in our installation.

Try "kartik-v/yii2-mpdf": "1.0.0"

You will find more basic information about using composer and package versions here: https://getcomposer.org/doc/articles/versions.md

stale[bot] commented 5 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.