We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388ced2 commit 902a355Copy full SHA for 902a355
composer.json
@@ -26,13 +26,13 @@
26
"require": {
27
"php": "^8.0",
28
"ext-json": "*",
29
- "laravel/scout": "^8.5 || ^9.1 || ^10.0",
+ "laravel/scout": "^8.5 || ^9.1 || ^10.0 || ^11.0",
30
"opensearch-project/opensearch-php": "^2.0"
31
},
32
"require-dev": {
33
"mockery/mockery": "~1.3.3 || ^1.4.2",
34
"nunomaduro/larastan": "^1.0 || ^2.0",
35
- "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",
36
"phpstan/phpstan-mockery": "^1.0",
37
"phpunit/phpunit": "^9.3.3 || ^10.0",
38
"zing/coding-standard": "^6.4 || ^7.0"
0 commit comments