diff --git a/docs/intro.md b/docs/intro.md index 320a88a..0a30e85 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -24,5 +24,7 @@ The below table shows the supported PHP and Symfony versions for this bundle. No | Version | Status | PHP Versions | Symfony Versions | |---------|-------------------------|--------------|-------------------| | 2.x | **No Longer Supported** | 7.2-8.0 | 3.4, 4.4, 5.3-5.4 | -| 3.x | Actively Supported | 7.4+ | 4.4, 5.4, 6.0-6.2 | -| 4.x | Actively Supported | 8.1+ | 5.4, 6.2 | +| 3.x | Actively Supported | 7.4-8.2 | 4.4, 5.4, 6.0-6.4 | +| 4.x | Actively Supported | 8.1+ | 5.4, 6.3-6.4, 7.0 | + +
When a maximum PHP version is listed, that is the highest version that is tested for support. The bundle may work on newer PHP versions, but support is not guaranteed.