database icon indicating copy to clipboard operation
database copied to clipboard

Laravel 9 support

Open robert-abram opened this issue 3 years ago • 9 comments

Helo, When we can expected laravel 9 support ?

robert-abram avatar Feb 10 '22 08:02 robert-abram

There is an open PR in #52

gbuckingham89 avatar Mar 09 '22 19:03 gbuckingham89

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

robertosanval avatar Apr 22 '22 05:04 robertosanval

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:

v1r0x avatar Apr 22 '22 13:04 v1r0x

Thanks, @v1r0x. You saved me the day!

robertosanval avatar Apr 22 '22 13:04 robertosanval

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

v1r0x avatar Apr 22 '22 13:04 v1r0x

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

robertosanval avatar Apr 22 '22 14:04 robertosanval

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

rogervila avatar May 12 '22 15:05 rogervila

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

seanmanson avatar Sep 15 '22 03:09 seanmanson

@mirzap @emchooo @bosnadev 🙏

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

maximepvrt avatar Nov 28 '22 12:11 maximepvrt