"The "no-dev" option does not exist." tells nothing and looks like a bug, also there should be a clear output about the result of removal.
PS C:\projects\Opensource\evolution\core> php artisan package:removerequire sCommerce
The "no-dev" option does not exist.
PS C:\projects\Opensource\evolution\core>
PS C:\projects\Opensource\evolution\core> php artisan package:discover
EvolutionCMS\evoAi\evoAiServiceProvider
Seiger\sApi\sApiServiceProvider
Seiger\sTask\sTaskServiceProvider
Seiger\sCommerce\sCommerceServiceProvider
Laravel\Ai\AiServiceProvider
Seiger\sTask\sTaskServiceProvider
Seiger\sGallery\sGalleryServiceProvider
Seiger\sTask\sTaskServiceProvider
PS C:\projects\Opensource\evolution\core>
In this case nothing was removed but no errors saying about it.
Another try, with composer_run = 0
PS C:\projects\Opensource\evolution\core> php artisan package:removerequire sCommerce 0
PS C:\projects\Opensource\evolution\core> php artisan package:discover
EvolutionCMS\evoAi\evoAiServiceProvider
Seiger\sApi\sApiServiceProvider
Seiger\sTask\sTaskServiceProvider
Seiger\sCommerce\sCommerceServiceProvider
Laravel\Ai\AiServiceProvider
Seiger\sTask\sTaskServiceProvider
Seiger\sGallery\sGalleryServiceProvider
Seiger\sTask\sTaskServiceProvider
PS C:\projects\Opensource\evolution\core>
Still not removed but text is gone.
Check https://github.com/seiger/sCommerce if needed but fix should be here in Evo.
"The "no-dev" option does not exist." tells nothing and looks like a bug, also there should be a clear output about the result of removal.
In this case nothing was removed but no errors saying about it.
Another try, with composer_run = 0
Still not removed but text is gone.
Check https://github.com/seiger/sCommerce if needed but fix should be here in Evo.