Skip to content

Commit

Permalink
Merge pull request #25 from jonassiewertsen/support-livewire-3
Browse files Browse the repository at this point in the history
Support Livewire 3
  • Loading branch information
jonassiewertsen authored Oct 18, 2023
2 parents 4ec113e + 10afa5d commit e6aefef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"email": "[email protected]"
},
"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": {
Expand Down

0 comments on commit e6aefef

Please sign in to comment.