Skip to content

Commit

Permalink
Add support for Laravel 11 (#50)
Browse files Browse the repository at this point in the history
* add support for wamania/php-stemmer 4.0

* add support for Laravel 11

---------

Co-authored-by: Efler Bernhard <[email protected]>
  • Loading branch information
bernhard-efler and Efler Bernhard authored Dec 27, 2024
1 parent c0fbbbc commit 44b0946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"require": {
"php": "^8.0",
"ext-pdo": "*",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/scout": "^9.0|^10.0",
"staudenmeir/laravel-cte": "^1.0",
"wamania/php-stemmer": "^2.0|^3.0|^4.0"
Expand Down

0 comments on commit 44b0946

Please sign in to comment.