Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 9 support #53

Open
robert-abram opened this issue Feb 10, 2022 · 9 comments
Open

Laravel 9 support #53

robert-abram opened this issue Feb 10, 2022 · 9 comments

Comments

@robert-abram
Copy link

Helo,
When we can expected laravel 9 support ?

@gbuckingham89
Copy link
Contributor

There is an open PR in #52

@robertosanval
Copy link

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

@v1r0x
Copy link

v1r0x commented Apr 22, 2022

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 🤷 😅

@robertosanval
Copy link

Thanks, @v1r0x. You saved me the day!

@v1r0x
Copy link

v1r0x commented Apr 22, 2022

@robertosanval Glad I could help 😊 Was about to give up for the week, but found that little composer trick 🚀 😎

@robertosanval
Copy link

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

@rogervila
Copy link

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

@seanmanson
Copy link

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

@maximepvrt
Copy link

@mirzap @emchooo @bosnadev 🙏

This library (mstaack/laravel-postgis#168) is locked without the publication of this new version on packagist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants