Skip to content

Commit 40224de

Browse files
committed
Laravel 8 support
1 parent 9e3fbcb commit 40224de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $table->polygon('myColumn');
1616
```
1717

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

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

40-
- Use 5.* for Laravel 6/7
40+
- Use 5.* for Laravel 6/7/8
4141
```bash
4242
composer require mstaack/laravel-postgis
4343
```

composer.json

Lines changed: 2 additions & 2 deletions
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",
6+
"illuminate/database": "^6.0|^7.0|^8.0",
77
"geo-io/wkb-parser": "^1.0",
88
"jmikola/geojson": "^1.0",
99
"bosnadev/database": "0.20.*"
1010
},
1111
"require-dev": {
12-
"illuminate/pagination": "^6.0|^7.0",
12+
"illuminate/pagination": "^6.0|^7.0|^8.0",
1313
"phpunit/phpunit": "^8.5",
1414
"mockery/mockery": "^1.3"
1515
},

0 commit comments

Comments
 (0)