Skip to content

Commit

Permalink
Support for Laravel 11 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 18, 2024
1 parent 388ced2 commit 902a355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"laravel/scout": "^8.5 || ^9.1 || ^10.0",
"laravel/scout": "^8.5 || ^9.1 || ^10.0 || ^11.0",
"opensearch-project/opensearch-php": "^2.0"
},
"require-dev": {
"mockery/mockery": "~1.3.3 || ^1.4.2",
"nunomaduro/larastan": "^1.0 || ^2.0",
"orchestra/testbench": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"orchestra/testbench": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpstan/phpstan-mockery": "^1.0",
"phpunit/phpunit": "^9.3.3 || ^10.0",
"zing/coding-standard": "^6.4 || ^7.0"
Expand Down

0 comments on commit 902a355

Please sign in to comment.