franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Getting a LogicException when doing a composer update #115

Closed artyuum closed 2 years ago

artyuum commented 2 years ago

Thank you for this awesome composer plugin.

Since I'm using it, I'm not able to do a composer update anymore. I'm running the project on PHP 8.1.0 with composer 2.3.5

Here is the error I'm getting

[LogicException]
You must use the ProcessExecutor instance which is part of a Composer\Loop instance to be able to run async processes

Full stacktrace

composer show

glamax13 commented 2 years ago

Same here.

Composer: 2.3.5 PHP: 8.1

Composer update is possible if the studio configuration is disabled but (obviously) the packages stays in vendor.

It seems like this issue as been taken care of in composer itself but this plugin still triggers it. Composer main issue