mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

composer can't find 1.2.2 #99

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

i try to load this extension with composer, but it won't get install 1.2.2

from composer.json: { "type": "git", "url": "https://github.com/mittwald/typo3-web2pdf" } in repository

then i try "composer require mittwald/web2pdf:1.2.2" and get follow message:

The requested package mittwald/web2pdf 1.2.2 exists as mittwald/web2pdf[1.1.2, 0.0.2, 0.0.3, 0.0.4, 1.0.1, 1.0.2, 1.0.5, 1.1.0, 1.1.1, 1.1.3, 1.1.4] but these are rejected by your constraint.

And "composer why-not mittwald/web2pdf:1.2.2" show me that 1.2.2 not exists:

There is no installed package depending on "mittwald/web2pdf" in versions not matching 1.2.2

best regards

pstranghoener commented 5 years ago

The Extension was not avaiable on packagist and now it is: https://packagist.org/packages/mittwald/web2pdf

So it should work now