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

Commit ae16c53

Browse files
committed
Bump Compability to Laravel 11
1 parent 8bd236a commit ae16c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
44
"require": {
55
"php": ">=7.1",
6-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
6+
"illuminate/database": "^9.0|^10.0|^11.0",
77
"geo-io/wkb-parser": "^1.0",
88
"jmikola/geojson": "^1.0",
99
"bosnadev/database": "^0.21|dev-master"
1010
},
1111
"require-dev": {
12-
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0",
12+
"illuminate/pagination": "^9.0|^10.0|^11.0",
1313
"phpunit/phpunit": ">=8.5.23",
1414
"mockery/mockery": "^1.3"
1515
},

0 commit comments

Comments
 (0)