wyrihaximus/Composer PHP versions in range
Get PHP versions in range from composer.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upcomingReleases | Include upcoming new major or minor releases | no | — |
| nightly | Include nightly of the next new major or minor releases | no | — |
| workingDirectory | The directory to run this action in | no | "" |
Outputs
| name | description |
|---|---|
| highest | The highest version found in range |
| lowest | The lowest version found in range |
| version | The versions found in range |
| upcoming | The upcoming version found in range, if any |
| nightly | The nightly version found in range, if any |
| extensions | The PHP extensions found in require and require-dev |
| requiredExtensions | The PHP extensions found in require only |
| requiredDevExtensions | The PHP extensions found in require-dev only |