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": {