You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Fokko Driesprong (Jira)" <ji...@apache.org> on 2020/11/01 19:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/AVRO-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fokko Driesprong resolved AVRO-2949.
------------------------------------
      Assignee: Ryan Skraba
    Resolution: Fixed

> 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
>            Assignee: Ryan Skraba
>            Priority: Major
>
> 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)