-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to Laravel 11 #10
Conversation
Co-authored-by: Benedikt Franke <[email protected]>
Thanks 👍 |
Would you please release it as new tag? https://github.com/symplify/rule-doc-generator/tags |
This package should have downgraded release instead of locking version and releasing a new tag for every bump. |
I meant this pull353 in order to receive new laravel 11 compatible package version should be upgraded or not? |
Indeed, but we need to fix this propperly using downgrade releases as in other packages. Otherwise we might get another package change, that would force a new release, which is non-sense for tools. |
"symfony/yaml": "^6.4", | ||
"symfony/filesystem": "^6.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these need to be updated to support Symfony 7, as Laravel 11 depends uses it? 🤔
Ah, I guess it'd be resolved by #11 👍🏻 Ignore me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well i checked this package on my project which updated to Laravel 11 and both packages have version 7
No description provided.