I'm totally new to composer ;-)
I try to install mPDF 7.1 on my localhost (ubuntu 16.04) with composer.
1.) I installed composer 1.6.5.
2.) Downloaded mPDF 7.1 (https://github.com/mpdf/mpdf/releases) and unzipped folder to hdd.
3.) Open terminal in mpdf-7.1.0 folder and typed $ composer require mpdf/mpdf
to start process
--> Error message is thrown:
Problem 1
- The requested package mpdf/mpdf No version set (parsed as 1.0.0) is satisfiable by mpdf/mpdf[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.
So I don't know what's the problem is and don't find any help searching the web. Can you help me?
Andreas
EDIT: I tried also:
$ composer require mpdf/mpdf:7.1.0
and
$ composer require mpdf/mpdf "^7.1.0"
throw same error message...