Skip to content

Commit 3087f55

Browse files
committed
README.md UPDATED
1 parent 15d0248 commit 3087f55

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ so if need more details or how to enable postgis extension in php see previous l
1111
To get the latest version of Laravel 6 PostGIS, simply require the project using [Composer](https://getcomposer.org):
1212

1313
```bash
14-
composer require canylmz/laravel6-postgis
14+
composer require canylmz/laravel-postgis
1515
```
1616

1717
## Usage

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@
3434
"Canylmz\\Postgis\\": "src/"
3535
}
3636
},
37-
"config": {
38-
"sort-packages": true,
39-
"preferred-install": "dist"
40-
},
41-
"minimum-stability": "dev",
42-
"prefer-stable": true
37+
"minimum-stability": "dev"
4338
}

0 commit comments

Comments
 (0)