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

Laravel 9, 10 & 11 compatibility + phpseclib v3 #93

Open
wants to merge 8 commits into
base: 6.x
Choose a base branch
from

Conversation

toonvandenbos
Copy link

@toonvandenbos toonvandenbos commented Jun 14, 2024

Hi there,

We're aware this package is abandoned in favor of spatie/ssh, but since this repository still offers more configuration options we're still using it for some older projects.

This PR's main objective is to bump phpseclib to the current v3. For our usage, this PR is working fine, but there is one breaking change you should be aware of (due to phpseclib's upgrade): the callback passed to run($commands, $callback) is no longer called line per line, it is now called after the whole command output has been received.

Hope this PR will be accepted in case other developers still prefer this package over Spatie's simpler solution.

Thanks!

Superseeds #86, #88 & #92

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.

1 participant