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 2022/02/23 17:10:00 UTC

[jira] [Created] (AVRO-3413) [PHP] New version of composer requires "allow-plugins"

Ryan Skraba created AVRO-3413:
---------------------------------

             Summary: [PHP] New version of composer requires "allow-plugins"
                 Key: AVRO-3413
                 URL: https://issues.apache.org/jira/browse/AVRO-3413
             Project: Apache Avro
          Issue Type: Bug
            Reporter: Ryan Skraba
            Assignee: Ryan Skraba
             Fix For: 1.11.1


The build currently has a manual step while using composer to build.  Since bumping to 2.2.5:
{code:java}
 - Installing beberlei/composer-monorepo-plugin (v0.16.5): Extracting archive
beberlei/composer-monorepo-plugin contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "beberlei/composer-monorepo-plugin" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
  - Installing symfony/polyfill-ctype (v1.24.0): Extracting archive
  - Installing webmozart/assert (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
 {code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)