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

In laravel 7.x ramsey/uuid 4.0.1 is installed by default. To make it … #40

Closed martinnaughton closed 4 years ago

martinnaughton commented 4 years ago

…compatible with laravel 7.x the database library should work with ramsey/uuid 4.0.1 aswell

depsimon commented 4 years ago

Hello @mirzap, could you please merge this PR?

This'll make laravel-postgis work with latest version of Laravel & uuid.

Thanks

depsimon commented 4 years ago

Thanks a lot :)

gbuckingham89 commented 4 years ago

@mirzap It looks like this is merged - but can you tag a new release please?

Latest release in Packagist is 0.20 - which doesn't have the recent commits for Laravel ^7.0 and ramsey/uuid 4.0.1 support.

Thanks!

BrekiTomasson commented 4 years ago

Ping @mirzap - Many of us still waiting for a release that includes this change, as the 0.20 release is still the most recent.