Hello, I'm trying to update Flarum and its extensions, but today I encountered the following error:
'''Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires kilowhat/flarum-ext-custom-paths 1.9, found kilowhat/flarum-ext-custom-paths[1.9.0] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Problem 2
- Root composer.json requires kilowhat/flarum-ext-wordpress 2.0, found kilowhat/flarum-ext-wordpress[2.0.2] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.'''
I searched on Flarum Discuss and found several issues with similar main error messages, but each seems to have a unique underlying cause. I'm unsure how to "resolve those problems" mentioned in the error message. Could anyone provide clear guidance on how to proceed?