Add support for composer files in sub-directory

This commit is contained in:
Shivam Mathur
2024-12-23 14:36:14 +05:30
parent cdfde5ebec
commit 84f76b1fc9
3 changed files with 5 additions and 3 deletions

View File

@ -416,6 +416,7 @@ Disable coverage for these reasons:
- The `php-version-file` input if it exists
- A `composer.lock` file and the `platform-overrides.php` value
- A `composer.json` file and the `config.platform.php` value
- If the `composer.lock` or `composer.json` file is in a sub-directory in your repository, please specify the subdirectory path in `COMPOSER_PROJECT_DIR` env.
#### `php-version-file` (optional)