Skip to content

Commit 97d93c4

Browse files
committed
Laravel 8.x
1 parent c0253b6 commit 97d93c4

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
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"laravel/scout": "^7.0|^8.0",
14+
"laravel/scout": "^8.0|^9.0",
1515
"elasticsearch/elasticsearch": "^5.0|^6.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "~1.0",
19-
"phpunit/phpunit": "~7.5|~8.5"
19+
"phpunit/phpunit": "~7.5|~8.5|~9.3"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)