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 11.x Support #905

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Laravel 11.x Support #905

merged 1 commit into from
Mar 14, 2024

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Feb 28, 2024

Testing Laravel 11.x

Closes #907

@erikn69 erikn69 force-pushed the patch-29 branch 3 times, most recently from 222a123 to 1f09896 Compare February 28, 2024 18:00
@systemsolutionweb
Copy link

systemsolutionweb commented Mar 13, 2024

@parallels999 parallels999 mentioned this pull request Mar 13, 2024
@gdespirito
Copy link

🙏

@parallels999
Copy link

@gonzunigad for test this change, add it to composer.json as repositories (until it is officially merged)

"require": {
    "owen-it/laravel-auditing": "^13.0",
},
"repositories":[
    {
        "type": "vcs",
        "url": "git@github.com:erikn69/laravel-auditing.git"
    }
],

And then do composer update

@RRosalia
Copy link

@MortenDHansen @anteriovieira hi, can one of you look into this?

@MortenDHansen MortenDHansen merged commit 01ffb56 into owen-it:master Mar 14, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

Implement support for Laravel 11.x.
9 participants