You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that OneupFlysystemBundle still load League\Flysystem\PhpseclibV2\SftpAdapter which will cause this issue. because in the new bundle league/flysystem-sftp-v3 it should be League\Flysystem\PhpseclibV3\SftpAdapter.
Other file paths should be the same since the biggest problem is flysystem-sftp-v3 requires phpseclib/phpseclib: ^3.0
If you could support this, thank you very much!! 🙏
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
So I installed league/flysystem-sftp-v3 using composer. But I can't do last step cache clear anymore because it keeps saying:
How to reproduce
league/flysystem-sftp
and install newleague/flysystem-sftp-v3
you will see the above error.League\Flysystem\PhpseclibV2\SftpAdapter
which will cause this issue. because in the new bundleleague/flysystem-sftp-v3
it should beLeague\Flysystem\PhpseclibV3\SftpAdapter
.flysystem-sftp-v3
requires phpseclib/phpseclib: ^3.0If you could support this, thank you very much!! 🙏
The text was updated successfully, but these errors were encountered: