Skip to content

Commit

Permalink
Bump to Statamic 4 and Laravel 9 / 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 11, 2023
1 parent 7e88276 commit 4ec113e
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 @@ -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.
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": "^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": {
Expand Down

0 comments on commit 4ec113e

Please sign in to comment.