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

[9.x] Drop CommonMark v1 support #37953

Merged
merged 2 commits into from
Jul 10, 2021
Merged

[9.x] Drop CommonMark v1 support #37953

merged 2 commits into from
Jul 10, 2021

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented Jul 8, 2021

The changes are straightforward but because of namespace changes to the Environment 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

Copy link
Contributor

@colinodell colinodell left a 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 :)

src/Illuminate/Support/Str.php Outdated Show resolved Hide resolved
src/Illuminate/Mail/Markdown.php Outdated Show resolved Hide resolved
@driesvints
Copy link
Member Author

Thanks @colinodell! I'll close mine in favor of yours 👍

@driesvints driesvints closed this Jul 8, 2021
@driesvints driesvints deleted the commonmark-v2 branch July 8, 2021 17:46
@driesvints driesvints restored the commonmark-v2 branch July 8, 2021 17:47
@driesvints
Copy link
Member Author

Just realized we can indeed rebase this one once yours has been merged.

@driesvints driesvints reopened this Jul 8, 2021
@driesvints driesvints changed the title [9.x] Update to CommonMark v2 [9.x] Drop CommonMark v1 support Jul 8, 2021
@driesvints driesvints marked this pull request as ready for review July 9, 2021 16:23
Copy link
Contributor

@colinodell colinodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

composer.json Show resolved Hide resolved
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