From 165c3a87f7af81bb237e77ffd25c7215f96fb581 Mon Sep 17 00:00:00 2001 From: Matt Lantz Date: Tue, 29 Oct 2024 20:52:45 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5007e7..558ded2 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,15 @@ The Forms package lets you generate forms as well as fields with standard make c ## Requirements -1. PHP 7.3+|8.0+ +1. PHP 8.2+ 2. OpenSSL ## Compatibility and Support | Laravel Version | Package Tag | Supported | |-----------------|-------------|-----------| -| ^7.x - ^11.x | 6.x | yes | +| ^11.x | 7.x | yes | +| ^7.x - 11.x | 6.x | no | | ^7.x - ^8.x | 5.x | no | | ^7.x - ^8.x | 4.x | no | | ^7.x | 3.x | no |