MaestroError / php-heic-to-jpg

The easiest way to convert HEIC images to JPEG with PHP and Laravel framework
MIT License
143 stars 20 forks source link

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

Closed mattdabell closed 1 year ago

mattdabell commented 1 year ago

Hi there,

Many thanks for this package. I am trying to install 1.0 but composer doesn't seem to like it:

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

  Problem 1
    - Root composer.json requires maestroerror/php-heic-to-jpg 1.0 -> satisfiable by maestroerror/php-heic-to-jpg[v1.0].
    - maestroerror/php-heic-to-jpg v1.0 requires maestroerror/heif-converter dev-maestro -> found maestroerror/heif-converter[dev-maestro] but it does not match your minimum-stability.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

is there anything I am doing wrong here?

Thanks, Matt

mattdabell commented 1 year ago

I resolve by adding this to composer.json:

"minimum-stability": "dev",
MaestroError commented 1 year ago

Hello, @mattdabell! Thanks for reaching out 👍 Happy to hear you resolved the issue. As it seems we had required "heif-converter" dev-maestro now I require version 0.1, so you will not face the same issue in future 👍