shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.89k stars 337 forks source link

Docs: Add details on using other Github Actions to parse composer.json #751

Closed jasongill closed 1 year ago

jasongill commented 1 year ago

name: ⚙ Improvement about: Documentation updates to clarify how to use other Github Actions to read version details from composer.json labels: enhancement


Related discussion

629, #713, #639 and likely others as this seems to be a common use case

Description

This is an update to the documentation which includes additional examples on how to use other packages in the Github Actions ecosystem to handle automatically setting the versions from composer.json. This should resolve discussions or questions about using composer.json with setup-php without adding any additional code at this time.

shivammathur commented 1 year ago

Thanks for contributing this, but as part of documentation I would not like to merge this.

If you can add these as a feature to the action to read the php version and extensions from composer.json I would be happy to merge that.

jasongill commented 1 year ago

Thanks for contributing this, but as part of documentation I would not like to merge this.

If you can add these as a feature to the action to read the php version and extensions from composer.json I would be happy to merge that.

Done! See #754 and thanks again for a very helpful project