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

Can't install to latest Laravel 9 #87

Open
mw7147 opened this issue Apr 21, 2022 · 10 comments
Open

Can't install to latest Laravel 9 #87

mw7147 opened this issue Apr 21, 2022 · 10 comments

Comments

@mw7147
Copy link

mw7147 commented Apr 21, 2022

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?

@Sergiobop
Copy link

@mlantz ¿?

@MarekNguyen
Copy link

Same issue!

@chahal26
Copy link

Can't find any solution, Did anyone resolve this?

@mikebrandl
Copy link

Can't find any solution, Did anyone resolve this?

I used the SFTP Flysystem and Spatie SSH to remove the need for the package.

@chahal26
Copy link

Thanks @mikebrandl for your precious reply

@mw7147
Copy link
Author

mw7147 commented Sep 26, 2022 via email

@mikebrandl
Copy link

@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.

@simin-motamedi
Copy link

I have the same problem. any chance you fix the issue?

@vgallotsimplexe
Copy link

@mw7147 ,
works fine for me with your hack
thanks :)

@toonvandenbos
Copy link

In case anybody is still stuck with this package in 2024, we've made a PR for Laravel 9, 10 & 11 which also updates phpseclib to its latest v3.

In case it never gets merged, you are free to use our fork too:

  1. Add our repository to your composer.json file:
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/whitecube/remote.git"
        }
    ],
  2. Change the require section:
    "whitecube/remote": "^0.1.0"

There are indeed some minor breaking changes but in our case everything is working smoothly. More info in #93

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

No branches or pull requests

8 participants