We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9780 commit 86315fdCopy full SHA for 86315fd
README.md
@@ -28,8 +28,8 @@ composer require jonassiewertsen/statamic-live-search
28
29
## Requirements
30
- PHP >= 8.1
31
-- Laravel 10
32
-- Statamic 4
+- Laravel 10 | 11
+- Statamic 4 | 5
33
34
## Set up Livewire
35
The option to create your first search provides a quick-start example to get you going.
composer.json
@@ -26,8 +26,8 @@
26
},
27
"require": {
"php": "^8.1",
- "illuminate/support": "^10.0",
- "statamic/cms": "^4.0",
+ "illuminate/support": "^10.0|^11.0",
+ "statamic/cms": "^4.23.2|^5.0.0-beta.4",
"jonassiewertsen/statamic-livewire": "^3.0"
"extra": {
0 commit comments