This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2121Replace all your references to the new namespace:
2222```
@@ -37,7 +37,7 @@ Fluent in Laravel Packages and Postgres/Postgis? Consider contributing! We are l
3737composer require " mstaack/laravel-postgis:3.*"
3838```
3939
40- - Use 5.* for Laravel 6/7
40+ - Use 5.* for Laravel 6/7/8
4141``` bash
4242composer require mstaack/laravel-postgis
4343```
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments