-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: Bump torchlight-laravel version to 0.6.0 #10
base: main
Are you sure you want to change the base?
Conversation
@aarondfrancis can you review this PR? |
Is Torchlight abandoned? |
Would be nice if this could be merged, I can't upgrade to Laravel 11 because of it |
@aarondfrancis Hey, could you merge this? |
For anyone looking to use this pull request and upgrade to Laravel 11, you can follow these steps:
I mention the fork approach because some organizations have strict requirements to pull from the main repository or validated forks. This ensures that you're compliant with such policies. Alternatively, if you don’t wish to fork the repository, you can simply point to the originator of the pull request: "repositories": [
{
"type": "vcs",
"url": "https://github.com/dasundev/torchlight-commonmark-php.git"
}
] After making these changes, you should be able to run: composer update This should help you integrate the changes and upgrade to Laravel 11 seamlessly. Once the official repo officially supports Laravel 11, you can undo these changes and just bump the version to be back inline with the official repo. |
@aarondfrancis could you merge this? |
No description provided.