Skip to content

Commit 902a355

Browse files
authored
Support for Laravel 11 (#86)
1 parent 388ced2 commit 902a355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"require": {
2727
"php": "^8.0",
2828
"ext-json": "*",
29-
"laravel/scout": "^8.5 || ^9.1 || ^10.0",
29+
"laravel/scout": "^8.5 || ^9.1 || ^10.0 || ^11.0",
3030
"opensearch-project/opensearch-php": "^2.0"
3131
},
3232
"require-dev": {
3333
"mockery/mockery": "~1.3.3 || ^1.4.2",
3434
"nunomaduro/larastan": "^1.0 || ^2.0",
35-
"orchestra/testbench": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
35+
"orchestra/testbench": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
3636
"phpstan/phpstan-mockery": "^1.0",
3737
"phpunit/phpunit": "^9.3.3 || ^10.0",
3838
"zing/coding-standard": "^6.4 || ^7.0"

0 commit comments

Comments
 (0)