diff --git a/README.md b/README.md index 52dce02..d9f664a 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index a80fa60..fef9e2b 100755 --- a/composer.json +++ b/composer.json @@ -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": {