Skip to content

Allow for Laravel 11 & 12 #3

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

riesjart
Copy link

No description provided.

@Jonas096
Copy link

It would be nice! We upgraded our project also for laravel 11.

@n00bsys0p
Copy link

n00bsys0p commented Sep 27, 2024

Laravel 10 goes EOL in 4 months, and this is currently the only package holding up us being able to upgrade to 11.

@nmoncur
Copy link

nmoncur commented Nov 20, 2024

Throwing in my .02 as well. Would love to keep using the main prodigy package but for now had to clone from a fork until this PR is merged.

@highlandmegseegmiller
Copy link

Yes, please add Laravel 11 support.

@n00bsys0p
Copy link

Laravel 10 goes EOL in less than a month, so please do merge the Laravel 11 patch.

@denydias
Copy link

denydias commented Jan 22, 2025

L10 EOL is scheduled to Feb'4th 2025 (in 2 weeks). I forked this repo, applied this PR and published a release here:

https://github.com/edokdev/laravel-ssh-tunnel/releases/tag/3.5.0

To use it on your app add the repositories property to composer.json and set the required version to ^3.5. Don't mess with the package name in require property. Example:

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/edokdev/laravel-ssh-tunnel"
    }
],
"require": {
    "prodigyphp/laravel-ssh-tunnel": "^3.5",
}

Now run composer update and you are then able to upgrade to L11 just fine.

WARNING: I will remove the forked repo as soon as this PR gets merged.

@riesjart riesjart changed the title Allow for Laravel 11 Allow for Laravel 11 & 12 Mar 5, 2025
@riesjart
Copy link
Author

riesjart commented Mar 5, 2025

Updated to allow for Laravel 12 as well.

@denydias
Copy link

denydias commented Mar 6, 2025

Latest patch with L12 support is released at:

https://github.com/edokdev/laravel-ssh-tunnel/releases/tag/3.5.1

Thanks @riesjart!

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