File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Provides a set of methods for checking and modifying files on remote storage.
2323 \L amoda\C odeception\E xtension\F lySystemModule:
2424 adapters:
2525 webdav:
26- builderAdapter: \L amoda\C odeception\E xtension\A dapterBuilder \W ebdavAdapterBuilder
26+ builderAdapter: \L amoda\C odeception\E xtension\A dapterFactory \W ebdavAdapterFactory
2727 config:
2828 baseUri: " http://webdav-host"
2929 userName: " userName"
3030 password: " password"
3131 authType: " authType"
3232 sftp:
33- builderAdapter: \L amoda\C odeception\E xtension\A dapterBuilder \S ftpAdapterBuilder
33+ builderAdapter: \L amoda\C odeception\E xtension\A dapterFactory \S ftpAdapterFactory
3434 config:
3535 host: " http://sftp-host"
3636 username: " username"
@@ -58,7 +58,7 @@ modules:
5858 \L amoda\C odeception\E xtension\F lySystemModule:
5959 adapters:
6060 sftp:
61- builderAdapter: \L amoda\C odeception\E xtension\A dapterBuilder \S ftpAdapterBuilder
61+ builderAdapter: \L amoda\C odeception\E xtension\A dapterFactory \S ftpAdapterFactory
6262 config:
6363 host: " http://sftp-host"
6464 username: " username"
@@ -83,7 +83,7 @@ modules:
8383 \L amoda\C odeception\E xtension\F lySystemModule:
8484 adapters:
8585 webdav:
86- builderAdapter: \L amoda\C odeception\E xtension\A dapterBuilder \W ebdavAdapterBuilder
86+ builderAdapter: \L amoda\C odeception\E xtension\A dapterFactory \W ebdavAdapterFactory
8787 config:
8888 baseUri: " http://webdav-host"
8989 userName: " userName"
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "minimum-stability" : " stable" ,
77 "require" : {
8- "php" : " >=5.6 " ,
9- "codeception/codeception" : " ~2.3.0 " ,
10- "oneup/flysystem-bundle" : " ~1.7 .0" ,
11- "league/flysystem-sftp" : " ~1.0.0 " ,
12- "league/flysystem-webdav" : " ~1.0.0 "
8+ "php" : " >=7.1 " ,
9+ "codeception/codeception" : " ~2.5 " ,
10+ "oneup/flysystem-bundle" : " ~3 .0" ,
11+ "league/flysystem-sftp" : " ~1.0" ,
12+ "league/flysystem-webdav" : " ~1.0"
1313 },
1414 "autoload" : {
1515 "psr-4" : {
You can’t perform that action at this time.
0 commit comments