Unable to deploy to Forge #409
Unanswered
whoisthisstud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to deploy to a fresh Forge server, getting the following error:
Your lock file does not contain a compatible set of packages. Please run composer update (I have).
Problem 1
- league/glide is locked to version 2.0.x-dev and an update of this package was not requested.
- league/glide 2.0.x-dev requires php ^5.4 | ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 2
- league/glide 2.0.x-dev requires php ^5.4 | ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
- spatie/image 2.0.0 requires league/glide ^2.0 -> satisfiable by league/glide[2.0.x-dev].
- spatie/image is locked to version 2.0.0 and an update of this package was not requested.
I can SSH into the server and force composer to bypass these, but that would require bypassing Forge's GUI moving forward.
Is there another way I can get Forge's deployment past this?
Beta Was this translation helpful? Give feedback.
All reactions