beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

composer monorepo:build breaks with composer version 2.2.6 #75

Closed calinblaga closed 2 years ago

calinblaga commented 2 years ago

I'm getting this error Fatal error: Class Monorepo\Composer\MonorepoInstalledRepository contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Composer\Repository\InstalledRepositoryInterface::getDevMode) in /var/www/html/vendor/beberlei/composer-monorepo-plugin/src/main/Monorepo/Composer/MonorepoInstalledRepository.php on line 9 when running composer monorepo:build Composer version 2.2.6 2022-02-04 17:00:38

hengenguilherme commented 2 years ago

I have this issue too, can u solve that? @calinblaga

qualeo commented 2 years ago

@calinblaga @hengenguilherme I am experiencing this error too in the latest master. However, it appears that @Ekman already submitted https://github.com/beberlei/composer-monorepo-plugin/pull/73 to address this. What do you think, @beberlei?

beberlei commented 2 years ago

Merged #73

unional commented 1 year ago

Looks like the build failed and this is not released?