You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2020/10/31 12:00:03 UTC

[jira] [Created] (AVRO-2949) Build failure with PHP dependencies

Ryan Skraba created AVRO-2949:
---------------------------------

             Summary: Build failure with PHP dependencies
                 Key: AVRO-2949
                 URL: https://issues.apache.org/jira/browse/AVRO-2949
             Project: Apache Avro
          Issue Type: Task
            Reporter: Ryan Skraba


The build is currently failing with:

{code}
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.
{code} 

We might have to bump {{beberlei/composer-monorepo-plugin}}, which adds Composer 2 support.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)