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

chore: Bump torchlight-laravel version to 0.6.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dasundev
Copy link

No description provided.

@dasundev
Copy link
Author

dasundev commented May 18, 2024

@aarondfrancis can you review this PR?

@mortenscheel
Copy link

Is Torchlight abandoned?

@RobertBoes
Copy link

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

@yoeriboven
Copy link

@aarondfrancis Hey, could you merge this?

@josezenem
Copy link

josezenem commented Jun 7, 2024

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.

@0528Makoto
Copy link

@aarondfrancis could you merge this?

caendesilva added a commit to caendesilva/torchlight-commonmark-php that referenced this pull request Aug 22, 2024
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.

6 participants