From aedc70274ee6b8f158855aa0f188c0889062b5e1 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Mon, 18 Mar 2024 12:09:12 +0100 Subject: [PATCH] Updated version compatibility table in README.md to include Laravel 11.x, Nova 4.x, PHP 8.2/8.3 for Package 2.x. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fa1c2e..3cfa0e0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,18 @@ alt="Logo Nova Google Analytics Cards by The3LabsTeam">

Stay on top of your website's performance with the Google Analytics Insights Package for Laravel Nova. This powerful integration empowers you to seamlessly integrate Google Analytics data directly into your Nova dashboard, offering you a comprehensive and real-time overview of your website's key metrics. - ## Requirements -* php >= 8.1 -* laravel/framework >= 10.0 +* php ^8.1|^8.2|^8.3 +* laravel/framework ^10.0|^11.0 + +## Version Compatibility + +| Laravel | Nova | PHP | Package | +|---------|------|---------|----------| +| 10.x | 4.x | 8.1 | 1.x | +| 11.x | 4.x | 8.2/8.3 | 2.x | + ## Installation