torchlight-commonmark-php
torchlight-commonmark-php copied to clipboard
chore: Bump torchlight-laravel version to 0.6.0
@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:
-
Fork this repository and make the change from this pull request: https://github.com/torchlight-api/torchlight-commonmark-php/pull/10/files.
-
Update your
composer.json
file to use your fork by adding the following lines:"torchlight/torchlight-commonmark": "dev-main" }, "repositories": [ { "type": "vcs", "url": "https://github.com/USERNAME/torchlight-commonmark-php.git" } ]
Remember to replace
USERNAME
with your GitHub username.
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?
Just stumbled upon that problem. Would be cool if that can be merged.