File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=7.3 " ,
18
+ "php" : " ^8.0 " ,
19
19
"ext-pdo" : " *" ,
20
20
"ext-json" : " *" ,
21
- "illuminate/database" : " ^8 .0" ,
21
+ "illuminate/database" : " ^9 .0" ,
22
22
"geo-io/wkb-parser" : " ^1.0" ,
23
23
"jmikola/geojson" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ~6.5 " ,
26
+ "phpunit/phpunit" : " ^9.5.10 " ,
27
27
"laravel/laravel" : " ^8.0" ,
28
- "doctrine/dbal" : " ^2.5 " ,
29
- "laravel/browser-kit-testing" : " ^2.0 " ,
30
- "mockery/mockery" : " ^1.3 "
28
+ "doctrine/dbal" : " ^3.3 " ,
29
+ "laravel/browser-kit-testing" : " ^6.3 " ,
30
+ "mockery/mockery" : " ^1.4.4 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
34
34
"Grimzy\\ LaravelMysqlSpatial\\ " : " src/"
35
35
}
36
36
},
37
- "autoload-dev" : {
38
- "classmap" : [
37
+ "autoload-dev" : {
38
+ "classmap" : [
39
39
" tests/Unit" ,
40
40
" tests/Integration"
41
41
]
You can’t perform that action at this time.
0 commit comments