Skip to content

Commit

Permalink
Merge pull request #42 from gbuckingham89/master
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
mirzap authored Oct 22, 2020
2 parents cfc4398 + 227d205 commit e14ddb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Laravel Postgres Extended
An extended PostgreSQL driver for Laravel 5.2+ with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)

## Getting Started
### Laravel 5.2
### Laravel 5.2+
1. Run `composer require bosnadev/database` in your project root directory.
2. Add `Bosnadev\Database\DatabaseServiceProvider::class` to `config/app.php`'s `providers` array.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=5.5",
"illuminate/database": "^5.0|^6.0|^7.0",
"illuminate/database": "^5.0|^6.0|^7.0|^8.0",
"ramsey/uuid": "^3.0|^4.0",
"doctrine/dbal": "^2.5"
},
Expand Down

0 comments on commit e14ddb0

Please sign in to comment.