Skip to content

Commit

Permalink
add PHP minimum requirement in Version Compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 4, 2024
1 parent c741243 commit 7f2fb5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Provides a Symfony Console Application with the binary command `box-manifest` th

## Version Compatibility

| Version | Status | Box Project Compatibility |
|--------------------|--------------------|---------------------------|
| `4.0.x` | Active development | `4.6.x` |
| `3.0.x` to `3.5.x` | Active support | `4.0.x` to `4.3.x` |
| `2.0.x` to `2.3.x` | End Of Life | `4.0.x` to `4.2.x` |
| `1.0.x` to `1.2.0` | End Of Life | `3.x` |
| Version | Status | Box Project Compatibility | PHP |
|--------------------|--------------------|---------------------------|----------|
| `4.0.x` | Active development | `4.6.x` | `>= 8.2` |
| `3.0.x` to `3.5.x` | Active support | `4.0.x` to `4.3.x` | `>= 8.1` |
| `2.0.x` to `2.3.x` | End Of Life | `4.0.x` to `4.2.x` | `>= 8.1` |
| `1.0.x` to `1.2.0` | End Of Life | `3.x` | `>= 7.4` |

## Documentation

Expand Down

0 comments on commit 7f2fb5c

Please sign in to comment.