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 69 forks source link

Laravel 10 compatibility #56

Closed krzysztofrewak closed 1 year ago

krzysztofrewak commented 1 year ago

Hello there. I need this package to be able to use with Laravel 10.

It's a dependency of https://github.com/mstaack/laravel-postgis and it looks like I'm blocked with upgrading to Laravel 10 because of "illuminate/database": "^5.0|^6.0|^7.0|^8.0|^9.0" restriction.

krzysztofrewak commented 1 year ago

@mirzap, thanks for accepting this pull request! Could you create a release with these changes?