From 102f035702cc4295315672f893679f24a2087883 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Wed, 18 Oct 2023 15:09:50 +0200 Subject: [PATCH 1/2] Bump composer versions --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f67ed09..2df1ec0 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "email": "mail@jonassiewertsen.com" }, "require": { - "php": "^7.4 || ^8.0 || ^8.1", - "illuminate/support": "^9.0 || ^10.0", - "statamic/cms": "^3.0 || ^4.0", - "jonassiewertsen/statamic-livewire": "^2.0" + "php": "^8.1", + "illuminate/support": "^10.0", + "statamic/cms": "^4.0", + "jonassiewertsen/statamic-livewire": "^3.0" }, "extra": { "statamic": { From 10afa5d06cb5e009488887fdc534b901d2928418 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Wed, 18 Oct 2023 15:11:21 +0200 Subject: [PATCH 2/2] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bae180c..b37e344 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ composer require jonassiewertsen/statamic-live-search ``` ## Requirements -- PHP 7.4 or 8.0 -- Laravel >= 9 -- Statamic 3 or 4 +- PHP >= 8.1 +- Laravel 10 +- Statamic 4 ## Set up Livewire The option to create your first search provides a quick-start example to get you going.