-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[9.x] Drop CommonMark v1 support #37953
Conversation
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.
Overall this looks perfect to me!
And I do have some uncommitted changes where both 1.x and 2.x work on Laravel 8.x without any nasty hacks if you'd like me to push that up :)
Thanks @colinodell! I'll close mine in favor of yours 👍 |
Just realized we can indeed rebase this one once yours has been merged. |
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.
LGTM!
The changes are straightforward but because of namespace changes to theEnvironment
class we'll need to target v9. I think I can get CommonMark v2 working on 8.x but it'll require some nasty hacks. Feel free to let me know if you want to check into that.Drops CommonMark v1 support for Laravel v9