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

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 27, 2024
1 parent 5065630 commit 8f2d156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"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": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0",
"bosnadev/database": "^0.21|dev-master"
},
"require-dev": {
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"phpunit/phpunit": ">=8.5.23",
"mockery/mockery": "^1.3"
},
Expand Down

0 comments on commit 8f2d156

Please sign in to comment.