From d42b86c77dab70ada2c7f2785d9a64bbdf37451a Mon Sep 17 00:00:00 2001 From: Tony BOTALLA Date: Fri, 9 Jul 2021 14:39:53 +0200 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3793ed..875c4db 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ A field that make your resources orderable using [the laravel nestedset package] ## Requirements -* PHP >= 7.1 -* Laravel Nova >= 2.0 -* Laravel Framework >= 5.8 +* PHP >= 7.4 +* Laravel Nova >= 3.0 +* Laravel Framework >= 8.43 + +> **NOTE**: These instructions are for Laravel >= 8.43. If you are using prior version, please +> see the [previous version's docs](https://github.com/novius/laravel-nova-order-nestedset-field/tree/1.x). ## Installation