Skip to content

Commit a6dd698

Browse files
authored
Laravel 10 Support
1 parent cfbcef4 commit a6dd698

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
@@ -18,13 +18,13 @@
1818
"php": "^8.1",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
21-
"illuminate/database": "^8.0|^9.0",
21+
"illuminate/database": "^8.0|^9.0|^10.0",
2222
"geo-io/wkb-parser": "^1.0",
2323
"jmikola/geojson": "^1.0"
2424
},
2525
"require-dev": {
2626
"doctrine/dbal": "^3.0",
27-
"laravel/laravel": "^8.0|^9.0",
27+
"laravel/laravel": "^8.0|^9.0|^10.0",
2828
"laravel/browser-kit-testing": "^6.0",
2929
"mockery/mockery": "^1.4",
3030
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)