cancel
Showing results for 
Search instead for 
Did you mean: 

Composer package not in remote repositories

Composer package not in remote repositories

Hi there,

 

I try to keep all package and extension use composer to install.

While, one thing alert me should I switch back to file base install.

 

When I try to update extension thru composer, it show one of extension locked but not access remote repository. Result is the update do not proceed.

 

So if any of extension provider repositories stop working due to any reason, it may cause update for entire Magento stop.

If keep using composer, is there any way to skip it without update the package?

 

 

[magento]$ composer update --dry-run
Loading composer repositories with package information
In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires bss/custom-shipping-method ^1.0, found bss/custom-shipping-method[1.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.

 

I'm using Magento 2.4.2 and Composer 2.0.12.

Thanks in advance.

 

Regards,

kf