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

Commit

Permalink
Bump Compability to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoffo committed Sep 27, 2024
1 parent 8bd236a commit 8a785de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
"require": {
"php": ">=7.1",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0",
"bosnadev/database": "^0.21|dev-master"
"jmikola/geojson": "^1.0"
},
"require-dev": {
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/pagination": "^9.0|^10.0|^11.0",
"phpunit/phpunit": ">=8.5.23",
"mockery/mockery": "^1.3"
},
Expand Down

0 comments on commit 8a785de

Please sign in to comment.