File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/Illuminate/Filesystem Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
"guzzlehttp/guzzle" : " ^7.2" ,
86
86
"league/flysystem-aws-s3-v3" : " ^2.0" ,
87
87
"league/flysystem-ftp" : " ^2.0" ,
88
- "league/flysystem-sftp" : " ^2.0 " ,
88
+ "league/flysystem-sftp-v3 " : " ^2.4 " ,
89
89
"mockery/mockery" : " ^1.4.4" ,
90
90
"orchestra/testbench-core" : " ^7.0" ,
91
91
"pda/pheanstalk" : " ^4.0" ,
147
147
"laravel/tinker" : " Required to use the tinker console command (^2.0)." ,
148
148
"league/flysystem-aws-s3-v3" : " Required to use the Flysystem S3 driver (^2.0)." ,
149
149
"league/flysystem-ftp" : " Required to use the Flysystem FTP driver (^2.0)." ,
150
- "league/flysystem-sftp" : " Required to use the Flysystem SFTP driver (^2.0 )." ,
150
+ "league/flysystem-sftp-v3 " : " Required to use the Flysystem SFTP driver (^2.4 )." ,
151
151
"mockery/mockery" : " Required to use mocking (^1.4.4)." ,
152
152
"nyholm/psr7" : " Required to use PSR-7 bridging features (^1.2)." ,
153
153
"pda/pheanstalk" : " Required to use the beanstalk queue driver (^4.0)." ,
Original file line number Diff line number Diff line change 16
16
use League \Flysystem \Ftp \FtpAdapter ;
17
17
use League \Flysystem \Local \LocalFilesystemAdapter as LocalAdapter ;
18
18
use League \Flysystem \PathPrefixer ;
19
- use League \Flysystem \PhpseclibV2 \SftpAdapter ;
19
+ use League \Flysystem \PhpseclibV3 \SftpAdapter ;
20
20
use League \Flysystem \StorageAttributes ;
21
21
use League \Flysystem \UnableToCopyFile ;
22
22
use League \Flysystem \UnableToCreateDirectory ;
Original file line number Diff line number Diff line change 14
14
use League \Flysystem \Ftp \FtpAdapter as FtpAdapter ;
15
15
use League \Flysystem \Ftp \FtpConnectionOptions ;
16
16
use League \Flysystem \Local \LocalFilesystemAdapter as LocalAdapter ;
17
- use League \Flysystem \PHPSecLibV2 \SftpAdapter ;
18
- use League \Flysystem \PHPSecLibV2 \SftpConnectionProvider ;
17
+ use League \Flysystem \PHPSecLibV3 \SftpAdapter ;
18
+ use League \Flysystem \PHPSecLibV3 \SftpConnectionProvider ;
19
19
use League \Flysystem \UnixVisibility \PortableVisibilityConverter ;
20
20
use League \Flysystem \Visibility ;
21
21
Original file line number Diff line number Diff line change 37
37
"league/flysystem" : " Required to use the Flysystem local driver (^2.0)." ,
38
38
"league/flysystem-aws-s3-v3" : " Required to use the Flysystem S3 driver (^2.0)." ,
39
39
"league/flysystem-ftp" : " Required to use the Flysystem FTP driver (^2.0)." ,
40
- "league/flysystem-sftp" : " Required to use the Flysystem SFTP driver (^2.0 )." ,
40
+ "league/flysystem-sftp-v3 " : " Required to use the Flysystem SFTP driver (^2.4 )." ,
41
41
"psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0)." ,
42
42
"symfony/filesystem" : " Required to enable support for relative symbolic links (^6.0)." ,
43
43
"symfony/mime" : " Required to enable support for guessing extensions (^6.0)."
You can’t perform that action at this time.
0 commit comments