File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $table->polygon('myColumn');
16
16
```
17
17
18
18
## 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!
20
20
21
21
Replace all your references to the new namespace:
22
22
```
@@ -37,7 +37,7 @@ Fluent in Laravel Packages and Postgres/Postgis? Consider contributing! We are l
37
37
composer require " mstaack/laravel-postgis:3.*"
38
38
```
39
39
40
- - Use 5.* for Laravel 6/7
40
+ - Use 5.* for Laravel 6/7/8
41
41
``` bash
42
42
composer require mstaack/laravel-postgis
43
43
```
Original file line number Diff line number Diff line change 3
3
"description" : " Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models" ,
4
4
"require" : {
5
5
"php" : " >=7.1" ,
6
- "illuminate/database" : " ^6.0|^7.0" ,
6
+ "illuminate/database" : " ^6.0|^7.0|^8.0 " ,
7
7
"geo-io/wkb-parser" : " ^1.0" ,
8
8
"jmikola/geojson" : " ^1.0" ,
9
9
"bosnadev/database" : " 0.20.*"
10
10
},
11
11
"require-dev" : {
12
- "illuminate/pagination" : " ^6.0|^7.0" ,
12
+ "illuminate/pagination" : " ^6.0|^7.0|^8.0 " ,
13
13
"phpunit/phpunit" : " ^8.5" ,
14
14
"mockery/mockery" : " ^1.3"
15
15
},
You can’t perform that action at this time.
0 commit comments