-
Notifications
You must be signed in to change notification settings - Fork 106
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
Can't install to latest Laravel 9 #87
Comments
@mlantz ¿? |
Same issue! |
Can't find any solution, Did anyone resolve this? |
I used the SFTP Flysystem and Spatie SSH to remove the need for the package. |
Thanks @mikebrandl for your precious reply |
You may try this repo on GitHub - mw7147/remote
I updated Collective Remote to be Laravel 9 compatible. I submitted the update for inclusion in Remote but so far no response. So far the code works for me with Laravel 9.
To use with composer:
Require the repository in composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mw7147/remote.git"
}
],
Then in the require section:
"mw7147/remote": "^6.2”,
The run composer update.
… On Sep 24, 2022, at 1:49 AM, Maverick ***@***.***> wrote:
Can't find any solution, Did anyone resolve this?
—
Reply to this email directly, view it on GitHub <#87 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABRUPL3R4OGY2ZONOQBFMKTV72QATANCNFSM5T7NQLWQ>.
You are receiving this because you authored the thread.
|
@mw7147 I went down this route myself, but a lot of stuff stopped working just changing the composer dependencies as you need to change phpseclib to a newer version, which has a lot of breaking changes. |
I have the same problem. any chance you fix the issue? |
@mw7147 , |
In case anybody is still stuck with this package in 2024, we've made a PR for Laravel 9, 10 & 11 which also updates In case it never gets merged, you are free to use our fork too:
There are indeed some minor breaking changes but in our case everything is working smoothly. More info in #93 |
Trying to install remote with Laravel 9 and receive the following:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravelcollective/remote ^6.2 -> satisfiable by laravelcollective/remote[v6.2.0, 6.x-dev].
- laravelcollective/remote[v6.2.0, ..., 6.x-dev] require illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Is this compatible with Laravel 9?
The text was updated successfully, but these errors were encountered: