BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Stop using abandoned flysystem-sftp -- there is flysystem-sftp-v3 #65

Open kaurov opened 1 year ago

kaurov commented 1 year ago

It blocks me to update to phpseclib/phpseclib v.3 which is used in recent flysystem-bundle.

BlackbitDevs commented 1 year ago

Have used league/flysystem-sftp-v3 in branch 3.3. Am not sure whether it will work with Pimcore 6 with this though... we will see. But perhaps you can proceed with 3.3.x-dev for now.

kaurov commented 1 year ago

Do you have the idea when will you release the stable version with league/flysystem-sftp-v3 ?

BlackbitDevs commented 1 year ago

Think in early january.

kaurov commented 1 year ago

Hello. Thank you for your new version 3.2.30 I tested it. But still it used old deprecated league/flysystem-sftp

composer require phpseclib/phpseclib:^3.0 --with-all-dependencies ./composer.json has been updated Running composer update phpseclib/phpseclib --with-all-dependencies Loading composer repositories with package information Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1

BlackbitDevs commented 1 year ago

Yes, as I said, league/flysystem-sftp-v3 is only on 3.3. Will release it in the next days. You can already use it with the version constraint 3.3.x-dev in your composer.json