[
https://issues.apache.org/jira/browse/THRIFT-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110716#comment-18110716
]
Volodymyr Panivko commented on THRIFT-4576:
-------------------------------------------
Current master already tracks and uses Composer explicitly. The repository
contains a tracked root composer.json for the PHP library,
lib/php/test/Makefile.am declares deps: $(top_srcdir)/composer.json before
running composer install, CI runs composer install in the PHP jobs, and the
project Docker image installs composer explicitly. As of 2026-09-02 this no
longer appears to be an untracked dependency problem, so I am closing the issue
as Implemented.
> PHP: untracked dependency: composer
> -----------------------------------
>
> Key: THRIFT-4576
> URL: https://issues.apache.org/jira/browse/THRIFT-4576
> Project: Thrift
> Issue Type: Bug
> Components: PHP - Library
> Environment: PHP 7.1.14
> Reporter: Nobuaki Sukegawa
> Assignee: Volodymyr Panivko
> Priority: Minor
>
> {quote}Making all in php
> Making all in test
> composer install --working-dir=../../..
> make[4]: composer: No such file or directory
> {quote}
> A workaround is to install composer, obviously.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)