We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
As I can see, the projects membrane-laravel and membrane are not compatible with the 11th (current) version of Laravel.
membrane-laravel
membrane
You should update dependencies to illuminate in version 11 for membrane-laravel:
"illuminate/console": "^9.0 || ^10.0 || ^11.0", "illuminate/http": "^9.0 || ^10.0 || ^11.0", "illuminate/support": "^9.0 || ^10.0 || ^11.0",
But this is not suffisent, this require to update symfony dependencies in membrane/membrane and membrane/openapi-router:
membrane/membrane
membrane/openapi-router
"symfony/console": "^6.2 || ^7.0",
But I don't know if this is accetable for those two projects. Juste wanted to notice you.
Thanks for your work
The text was updated successfully, but these errors were encountered:
I'm sorry this didn't get looked at sooner, I mistakenly thought my notifications were set to watch this repository.
It's more than acceptable and thank you for taking the time to detail what was needed to fix it!
I've made a PR #29 to solve this.
If there's anything else you notice, never hesitate to let us know 🙂
Sorry, something went wrong.
Fixed in #29
Successfully merging a pull request may close this issue.
Hello,
As I can see, the projects
membrane-laravel
andmembrane
are not compatible with the 11th (current) version of Laravel.You should update dependencies to illuminate in version 11 for
membrane-laravel
:But this is not suffisent, this require to update symfony dependencies in
membrane/membrane
andmembrane/openapi-router
:But I don't know if this is accetable for those two projects. Juste wanted to notice you.
Thanks for your work
The text was updated successfully, but these errors were encountered: