Skip to content

Commit

Permalink
✨ Support Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak committed Apr 22, 2024
1 parent e7be2cc commit 5feb545
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 @@ -17,17 +17,17 @@ https://github.com/TomLingham/Laravel-Searchy/tree/1.0

## Installation

Add `"highsolutions/laravel-searchy" : "^10.0"` to your composer.json file under `require`:
Add `"highsolutions/laravel-searchy" : "^11.0"` to your composer.json file under `require`:

```json
"require": {
"highsolutions/laravel-searchy" : "^10.0"
"highsolutions/laravel-searchy" : "^11.0"
}
```

Run `composer update` in your terminal to pull down the package into your vendors folder.

Supports Laravel 6, 7, 8, 9, 10.
Supports Laravel 6, 7, 8, 9, 10, 11.

## Usage

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0 || ^8.1",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
"php": "^5.5.9 || ^7.0 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "6.*|7.*|8.*|9.*|10.*",
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*|8.*"
"phpunit/phpunit": "6.*|7.*|8.*|9.*|10.*|11.*",
"orchestra/testbench" : "3.*|4.*|5.*|6.*|7.*|8.*|9.*|10.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5feb545

Please sign in to comment.