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

Laravel 9 support #53

Open robert-abram opened 2 years ago

robert-abram commented 2 years ago

Helo, When we can expected laravel 9 support ?

gbuckingham89 commented 2 years ago

There is an open PR in #52

robertosanval commented 2 years ago

The PR is merged, we only need to be tagged as a release

v1r0x commented 2 years ago

Until there is a new release I added this to composer.json to finally update to Laravel 9:

"require": {
        ...,
        "bosnadev/database": "dev-master as 0.21.1",
        ...
},
"repositories": [
        ...,
        {
            "type": "git",
            "url": "https://github.com/bosnadev/database.git"
        }
    ],

This overrides the 0.21.1 tag with current master branch. Not my preferred solution, but at least it works :shrug: :sweat_smile:

robertosanval commented 2 years ago

Thanks, @v1r0x. You saved me the day!

v1r0x commented 2 years ago

@robertosanval Glad I could help :blush: Was about to give up for the week, but found that little composer trick :rocket: :sunglasses:

robertosanval commented 2 years ago

@v1r0x Yes! I didn't know it either \o/

rogervila commented 2 years ago

Hi @bosnadev could you tag a new release with changes introduced on #52? Thank you!

seanmanson commented 2 years ago

Hello @bosnadev - When can we expect this release? This is blocking some security updates in our company. Thanks~

maximepvrt commented 1 year ago

@mirzap @emchooo @bosnadev 🙏

This library (https://github.com/mstaack/laravel-postgis/pull/168) is locked without the publication of this new version on packagist