-
Notifications
You must be signed in to change notification settings - Fork 21
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
base: master
Are you sure you want to change the base?
Conversation
It would be nice! We upgraded our project also for laravel 11. |
Laravel 10 goes EOL in 4 months, and this is currently the only package holding up us being able to upgrade to 11. |
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. |
Yes, please add Laravel 11 support. |
Laravel 10 goes EOL in less than a month, so please do merge the Laravel 11 patch. |
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": [
{
"type": "git",
"url": "https://github.com/edokdev/laravel-ssh-tunnel"
}
],
"require": {
"prodigyphp/laravel-ssh-tunnel": "^3.5",
} Now run WARNING: I will remove the forked repo as soon as this PR gets merged. |
Updated to allow for Laravel 12 as well. |
Latest patch with L12 support is released at: https://github.com/edokdev/laravel-ssh-tunnel/releases/tag/3.5.1 Thanks @riesjart! |
No description provided.