From 640acadeeaddb8d055909cfbd09177650848a2de Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 13 Jan 2020 18:35:47 +0100 Subject: [PATCH] Fix compatibility table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cc45be..4656bde 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ It uses [gregwar/captcha](https://github.com/Gregwar/Captcha) as captcha generat Compatibility with Symfony ========================== -| CaptchaBundle | Symfony | PHP | -|:---------------:|:---------:|:-------:| -| 3.* | 4.* - 5.* | 7.1 > | -| 2.* | 2.8 - 3.* | 5.3.9 > | -| 1.* | 2.1 - 2.7 | 5.3.0 > | +| CaptchaBundle | Symfony | PHP | +|:---------------:|:---------:|:--------:| +| 2.1.* | 4.* - 5.* | >= 7.1 | +| 2.0.* | 2.8 - 3.* | >= 5.3.9 | +| 1.* | 2.1 - 2.7 | >= 5.3.0 | Installation