Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $table->polygon('myColumn');
```

## Warning
This Package has been moved to a new owner and aims for Laravel 6/7/8 and PHP 7 support only soon!
This Package has been moved to a new owner and aims for Laravel 6/7/8/9 and PHP 7 support only soon!

Replace all your references to the new namespace:
```
Expand All @@ -37,7 +37,7 @@ Fluent in Laravel Packages and Postgres/Postgis? Consider contributing! We are l
composer require "mstaack/laravel-postgis:3.*"
```

- Use 5.* for Laravel 6/7/8
- Use 5.* for Laravel 6/7/8/9
```bash
composer require mstaack/laravel-postgis
```
Expand Down
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",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0",
"bosnadev/database": "^0.21"
},
"require-dev": {
"illuminate/pagination": "^6.0|^7.0|^8.0",
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3"
},
Expand Down