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 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=7.3 " ,
18+ "php" : " ^8.0 " ,
1919 "ext-pdo" : " *" ,
2020 "ext-json" : " *" ,
21- "illuminate/database" : " ^8 .0" ,
21+ "illuminate/database" : " ^9 .0" ,
2222 "geo-io/wkb-parser" : " ^1.0" ,
2323 "jmikola/geojson" : " ^1.0"
2424 },
2525 "require-dev" : {
26- "phpunit/phpunit" : " ~6.5 " ,
26+ "phpunit/phpunit" : " ^9.5.10 " ,
2727 "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 "
3131 },
3232 "autoload" : {
3333 "psr-4" : {
3434 "Grimzy\\ LaravelMysqlSpatial\\ " : " src/"
3535 }
3636 },
37- "autoload-dev" : {
38- "classmap" : [
37+ "autoload-dev" : {
38+ "classmap" : [
3939 " tests/Unit" ,
4040 " tests/Integration"
4141 ]
You can’t perform that action at this time.
0 commit comments