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

L11 compatibility #509

Merged
merged 6 commits into from
Mar 13, 2024
Merged

L11 compatibility #509

merged 6 commits into from
Mar 13, 2024

Conversation

LTKort
Copy link
Contributor

@LTKort LTKort commented Mar 12, 2024

Adds Laravel 11 support in composer (issue #508).
This also reverts #490 as stated in #507
And includes the PR #506 for issue #505


I have not tested this on this repo, we use our own fork.
To test or use these changes, temporarily add my fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ltkort/nova-flexible-content.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "whitecube/nova-flexible-content": "dev-l11-compatibility",
    }
}

Finally, run: composer update

@voidgraphics
Copy link
Member

Thank you! Willing to merge if a couple people can please verify, I can't do it right now

@lozobojan
Copy link

Fixed the issue for me. Thanks, @LTKort!

@harmenjanssen
Copy link
Contributor

I can also confirm this fixes the issue for me!

@voidgraphics voidgraphics merged commit e28bd3d into whitecube:master Mar 13, 2024
@voidgraphics
Copy link
Member

Tagged v1.1.0 with this, thanks

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.

4 participants