bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 68 forks source link

Add Laravel 9 support #52

Closed gbuckingham89 closed 2 years ago

gbuckingham89 commented 2 years ago

Laravel 9 is due for release on February 8th.

I've had a look through the upgrade guide (in its current state - obviously won't be finalised until the release) and I don't think there are any breaking changes that will cause problems in this package.

Therefore this PR simply adds support for illuminate/database ^9.0 in composer.json.

chrisreedio commented 2 years ago

@sbordier-scgames Any update on when this will be merged into a new release?

Thanks!

robertosanval commented 2 years ago

Hi @sbordier-scgames, could you please merge this PR? We need to update our projects to Laravel 9 🙏🏼

robertosanval commented 2 years ago

Thanks! Will be great if this will be tagged as a release to avoid problems with other dependencies like mstaack/laravel-postgis