composer-install icon indicating copy to clipboard operation
composer-install copied to clipboard

File "./composer.json" cannot be found in the current directory

Open mxr576 opened this issue 1 year ago • 1 comments

Description

I keep seeing the above message in build logs, see details below.

Run ramsey/[email protected] Run ${GITHUB_ACTION_PATH}/bin/php_version.sh Run ${GITHUB_ACTION_PATH}/bin/should_cache.sh "" Run ${GITHUB_ACTION_PATH}/bin/composer_paths.sh
${GITHUB_ACTION_PATH}/bin/composer_paths.sh
""
"....."
"/usr/bin/php" shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: COMPOSER_PROCESS_TIMEOUT: 0 COMPOSER_NO_INTERACTION: 1 COMPOSER_NO_AUDIT: 1 CACHE_RESTORE_KEY: Linux-php-8.1.21-composer-locked-......

In ConfigCommand.php line 217:

File "./composer.json" cannot be found in the current directory

config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [-j|--json] [-m|--merge] [--append] [--source] [--] [ [...]]

Steps to reproduce

Expected behavior

Screenshots or output

Environment details

IMO N/A

Additional context

mxr576 avatar Aug 21 '23 08:08 mxr576

Seeing the same issue.

onyxmueller avatar Sep 01 '23 15:09 onyxmueller

Fixed in 2.3.0

ramsey avatar Feb 28 '24 15:02 ramsey