Skip to content

Commit 697b3aa

Browse files
committed
Bump dependencies for Laravel 9
1 parent 2ca9f2f commit 697b3aa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
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
]

0 commit comments

Comments
 (0)