beberlei / composer-monorepo-plugin

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

Fix PackageInterface #67

Closed Subb98 closed 3 years ago

Subb98 commented 3 years ago

Hello, @beberlei! I encountered an interface incompatibility when building on Composer 2 and PHP 7.4. I Suggest this fix (the screenshots show the output before and after the fix). To #57 issue collection

beberlei commented 3 years ago

@Subb98 you are using an old version of Composer 2, the signature changed to the current one in Composer 2.0.5 or .6+ - See bc3c0be794eb4d4b2aa6a166b5794fcaed0154a1

Subb98 commented 3 years ago

@beberlei thank you for your answer, Composer self-update solve problem :+1: