Skip to content

Commit

Permalink
Add PHP/Composer supported version table to README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gmazzap committed Jan 23, 2023
1 parent 03bce6d commit 94da5a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ If this is the first time you come here, it is suggested to read below for bette

Skip to [Command reference](#command-reference) section for detailed documentation on the command and its available options.


## PHP/Composer supported version table

| PHP Ver | Composer Ver |
|---------|--------------------------------|
| 7.3 | 1 (latest), 2.0, 2.1, 2.2, 2.3 |
| 7.4 | 1 (latest), 2.0, 2.1, 2.2, 2.3 |
| 8.0 | 1 (latest), 2.0, 2.1, 2.2, 2.3 |
| 8.1 | 2.1, 2.2, 2.3 |
| 8.2 | 2.1, 2.2, 2.3 |

## Why

Expand Down

0 comments on commit 94da5a4

Please sign in to comment.