We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per the docs:
php-version (optional) ... If not specified, it looks for the following in order: 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
php-version (optional)
php-version-file
composer.lock
platform-overrides.php
composer.json
config.platform.php
However, if composer.json file is in a different sub directory, it could not be located correctly.
So it would be better to support specifying a different path of composer.json file.
v2
Currently the filepath is hard-coded. It would be better to make it customizable:
setup-php/src/utils.ts
Lines 455 to 456 in 85a8dfd
No response
Yes
The text was updated successfully, but these errors were encountered:
Added in 84f76b1
Sorry, something went wrong.
shivammathur
No branches or pull requests
Describe the feature
Per the docs:
However, if
composer.json
file is in a different sub directory, it could not be located correctly.So it would be better to support specifying a different path of
composer.json
file.Please check the latest release
v2
.Underlying issue
Currently the filepath is hard-coded. It would be better to make it customizable:
setup-php/src/utils.ts
Lines 455 to 456 in 85a8dfd
Describe alternatives
No response
Additional context
No response
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: