torchlight-commonmark-php icon indicating copy to clipboard operation
torchlight-commonmark-php copied to clipboard

chore: Bump torchlight-laravel version to 0.6.0

Open dasundev opened this issue 9 months ago • 6 comments

dasundev avatar May 17 '24 01:05 dasundev

@aarondfrancis can you review this PR?

dasundev avatar May 18 '24 01:05 dasundev

Is Torchlight abandoned?

mortenscheel avatar May 19 '24 13:05 mortenscheel

Would be nice if this could be merged, I can't upgrade to Laravel 11 because of it

RobertBoes avatar May 22 '24 13:05 RobertBoes

@aarondfrancis Hey, could you merge this?

yoeriboven avatar Jun 02 '24 18:06 yoeriboven

For anyone looking to use this pull request and upgrade to Laravel 11, you can follow these steps:

  1. Fork this repository and make the change from this pull request: https://github.com/torchlight-api/torchlight-commonmark-php/pull/10/files.

  2. 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.

josezenem avatar Jun 07 '24 16:06 josezenem

@aarondfrancis could you merge this?

0528Makoto avatar Jun 09 '24 04:06 0528Makoto

Just stumbled upon that problem. Would be cool if that can be merged.

bambamboole avatar Dec 23 '24 19:12 bambamboole