From 6e870e099235a85dd1176ac5218b6be1cc34b699 Mon Sep 17 00:00:00 2001 From: Chris Mellor Date: Fri, 29 Mar 2024 00:42:06 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1046bb3..b4f5887 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ The config allows you to change the polymorphic pivot name. It should end with ` ## Usage -> The package utilises Enums, so both PHP 8.1 and Laravel 9 must be used. +> [!NOTE] +> The package utilises Enums, so both PHP >= 8.1 and Laravel 10 must be used. > > **Note** This package does not approve/deny the data for you, it just stores the new/amended data into the database. It is up to you to decide how you implement a function to approve or deny the Model.