Commit ce883b4 1 parent bd99225 commit ce883b4 Copy full SHA for ce883b4
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
/vendor
4
4
/composer.lock
5
5
/phpunit.xml
6
+ /.phpunit.cache
6
7
/.phpunit.result.cache
7
8
/.php_cs
8
9
/.php_cs.cache
Original file line number Diff line number Diff line change 38
38
}
39
39
},
40
40
"require" : {
41
- "php" : " ^7.4 || ^8.0" ,
42
- "babenkoivan/elastic-scout-driver" : " v4.x-dev" ,
43
- "babenkoivan/elastic-adapter" : " v4.x-dev"
41
+ "php" : " ^8.2" ,
42
+ "babenkoivan/elastic-scout-driver" : " ^4.0"
44
43
},
45
44
"require-dev" : {
46
45
"phpunit/phpunit" : " ^11.0" ,
47
46
"orchestra/testbench" : " ^9.0" ,
48
- "babenkoivan/elastic-migrations" : " v4.x-dev " ,
47
+ "babenkoivan/elastic-migrations" : " ^4.0 " ,
49
48
"laravel/scout" : " ^10.0" ,
50
49
"friendsofphp/php-cs-fixer" : " ^3.14" ,
51
50
"phpstan/phpstan" : " ^1.10" ,
63
62
" Elastic\\ ScoutDriverPlus\\ ServiceProvider"
64
63
]
65
64
}
66
- },
67
- "minimum-stability" : " dev" ,
68
- "prefer-stable" : true
65
+ }
69
66
}
You can’t perform that action at this time.
0 commit comments