spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
876 stars 148 forks source link

Package dependencies Problems #520

Closed woodgates closed 6 years ago

woodgates commented 6 years ago

Hi. I'm using Laravel 5.6 on Linux Mint.

After sudo composer install I get this error:


Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for spatie/pdf-to-image 1.6.0 -> satisfiable by spatie/pdf-to-image[1.6.0].
    - spatie/pdf-to-image 1.6.0 requires ext-imagick * -> the requested PHP extension imagick is missing from your system.
  Problem 2
    - spatie/pdf-to-image 1.6.0 requires ext-imagick * -> the requested PHP extension imagick is missing from your system.
    - spatie/laravel-medialibrary 6.6.9 requires spatie/pdf-to-image ^1.2 -> satisfiable by spatie/pdf-to-image[1.6.0].
    - Installation request for spatie/laravel-medialibrary 6.6.9 -> satisfiable by spatie/laravel-medialibrary[6.6.9].
woodgates commented 6 years ago

Solved with sudo composer update