Description
The build is currently failing with:
cd lang/php + ./build.sh test No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file. Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - beberlei/composer-monorepo-plugin[v0.12, ..., v0.12.1] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint. - Root composer.json requires beberlei/composer-monorepo-plugin ^0.12 -> satisfiable by beberlei/composer-monorepo-plugin[v0.12, v0.12.1]. You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
We might have to bump beberlei/composer-monorepo-plugin, which adds Composer 2 support.
Attachments
Issue Links
- Blocked
-
AVRO-2951 Bump composer-monorepo-plugin to fix CI
- Resolved