Skip to content

Commit

Permalink
Bump Statamic and Laravel Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 9, 2024
1 parent aad9780 commit 86315fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ composer require jonassiewertsen/statamic-live-search

## Requirements
- PHP >= 8.1
- Laravel 10
- Statamic 4
- Laravel 10 | 11
- Statamic 4 | 5

## Set up Livewire
The option to create your first search provides a quick-start example to get you going.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"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": {
Expand Down

0 comments on commit 86315fd

Please sign in to comment.