bymayo / craft-pdf-transform

Transform a PDF page to an image (JPEG, PNG)
MIT License
12 stars 8 forks source link

PHP 8.0 compatibility? #12

Closed mierla closed 2 years ago

mierla commented 2 years ago

Love this plugin, but running into a problem trying to push it up to live on Fortrabbit.

The dependency spatie/pdf-to-image ^1,8,2 doesn't support PHP 8.0.

spatie/pdf-to-image 2.1.0 does.

How can I update the requirement in this plugin's composer.json to fetch the version my host can use?

bymayo commented 2 years ago

@mierla The plugins not been updated to use PHP 8 just yet, but I'll look at sorting this.

Thanks

mierla commented 2 years ago

Awesome - thanks for looking into it!

mmikhalko commented 2 years ago

Looking forward to this as well! Thanks

bymayo commented 2 years ago

I've added PHP 8 support now in 1.0.6

https://github.com/bymayo/craft-pdf-transform/releases/tag/1.0.6

mmikhalko commented 2 years ago

When 1.0.6 will be able in packagist.org ?

bymayo commented 2 years ago

@mmikhalko That's my bad, I didn't update the version number in composer. Should be good now!