You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you Spatie for this awesome package, and all the others you've built!
I have a new laravel project, ran composer update. But when I run composer require spatie/image I get:
Problem 1
- league/glide 2.0.x-dev requires php ^5.4 | ^7.0 -> your php version (8.0.7) does not satisfy that requirement.
- league/glide 2.0.0 requires league/flysystem ^2.0 -> found league/flysystem[2.0.0-alpha.1, ..., 2.x-dev] but the package is fixed to 1.1.5 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- spatie/image 2.1.0 requires league/glide ^2.0 -> satisfiable by league/glide[2.0.0, 2.0.x-dev].
- Root composer.json requires spatie/image ^2.1 -> satisfiable by spatie/image[2.1.0].
Why is it trying to pull in league/glide 2.0.x-dev?
This discussion was converted from issue #138 on August 19, 2021 21:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you Spatie for this awesome package, and all the others you've built!
I have a new laravel project, ran
composer update
. But when I runcomposer require spatie/image
I get:Why is it trying to pull in league/glide 2.0.x-dev?
Any tips on how I can resolve this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions