From 7f2fb5c243e02b3b1a2b188e7a28edf074fdc24c Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sun, 4 Aug 2024 13:12:47 +0000 Subject: [PATCH] add PHP minimum requirement in Version Compatibility table --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89f0f54..ce925c0 100644 --- a/README.md +++ b/README.md @@ -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