Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit eddd725

Browse files
committed
Bump dependencies for Laravel 10
1 parent 2483bd8 commit eddd725

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

composer.json

+46-46
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "mstaack/laravel-postgis",
3-
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
4-
"require": {
5-
"php": ">=7.1",
6-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
7-
"geo-io/wkb-parser": "^1.0",
8-
"jmikola/geojson": "^1.0",
9-
"bosnadev/database": "^0.21|master"
10-
},
11-
"require-dev": {
12-
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0",
13-
"phpunit/phpunit": ">=8.5.23",
14-
"mockery/mockery": "^1.3"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"MStaack\\LaravelPostgis\\": "src/"
19-
}
20-
},
21-
"autoload-dev": {
22-
"psr-4": {
23-
"MStaack\\LaravelPostgis\\Tests\\": "tests/"
24-
}
25-
},
26-
"license": "MIT",
27-
"authors": [
28-
{
29-
"name": "Peter Haza",
30-
"email": "[email protected]"
2+
"name": "mstaack/laravel-postgis",
3+
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
4+
"require": {
5+
"php": ">=7.1",
6+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
7+
"geo-io/wkb-parser": "^1.0",
8+
"jmikola/geojson": "^1.0",
9+
"bosnadev/database": "^0.21|master"
3110
},
32-
{
33-
"name": "Nicholas Barrett",
34-
"email": "[email protected]"
11+
"require-dev": {
12+
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0",
13+
"phpunit/phpunit": ">=8.5.23",
14+
"mockery/mockery": "^1.3"
3515
},
36-
{
37-
"name": "Max Matteo Staack",
38-
"email": "[email protected]"
39-
}
40-
],
41-
"extra": {
42-
"laravel": {
43-
"providers": [
44-
"MStaack\\LaravelPostgis\\DatabaseServiceProvider"
45-
]
16+
"autoload": {
17+
"psr-4": {
18+
"MStaack\\LaravelPostgis\\": "src/"
19+
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"MStaack\\LaravelPostgis\\Tests\\": "tests/"
24+
}
25+
},
26+
"license": "MIT",
27+
"authors": [
28+
{
29+
"name": "Peter Haza",
30+
"email": "[email protected]"
31+
},
32+
{
33+
"name": "Nicholas Barrett",
34+
"email": "[email protected]"
35+
},
36+
{
37+
"name": "Max Matteo Staack",
38+
"email": "[email protected]"
39+
}
40+
],
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"MStaack\\LaravelPostgis\\DatabaseServiceProvider"
45+
]
46+
}
47+
},
48+
"scripts": {
49+
"test": "./vendor/bin/phpunit"
4650
}
47-
},
48-
"scripts": {
49-
"test": "./vendor/bin/phpunit"
50-
}
5151
}

0 commit comments

Comments
 (0)