From 4ec113e10f2058aeb2e82250456e71318d7d0a17 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Thu, 11 May 2023 08:23:06 +0200 Subject: [PATCH] Bump to Statamic 4 and Laravel 9 / 10 --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a5bd20..bae180c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ composer require jonassiewertsen/statamic-live-search ## Requirements - PHP 7.4 or 8.0 -- Laravel 7 or 8 -- Statamic 3 +- Laravel >= 9 +- Statamic 3 or 4 ## Set up Livewire The option to create your first search provides a quick-start example to get you going. diff --git a/composer.json b/composer.json index 6f406bc..f67ed09 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ }, "require": { "php": "^7.4 || ^8.0 || ^8.1", - "illuminate/support": "^7.0 || ^8.0 || ^9.0", - "statamic/cms": "3.0.* || 3.1.* || 3.2.* || 3.3.* || 3.4.*", + "illuminate/support": "^9.0 || ^10.0", + "statamic/cms": "^3.0 || ^4.0", "jonassiewertsen/statamic-livewire": "^2.0" }, "extra": {