We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4fc284 + 7ba4869 commit 14f9fe1Copy full SHA for 14f9fe1
.gitignore
@@ -1,4 +1,5 @@
1
*.phar
2
+*.asc
3
.buildpath
4
.idea
5
.env
composer.json
@@ -37,7 +37,6 @@
37
"ext-spl": "*",
38
"sebastian/environment": "~1.1|~2.0|~3.0",
39
"sebastianfeldmann/cli": "~2.0",
40
- "sebastianfeldmann/ftp": "~0.9",
41
"phpmailer/phpmailer": "~6.0",
42
"symfony/event-dispatcher": "~2.6|~3.0|~4.0"
43
},
@@ -52,6 +51,7 @@
52
51
"php-opencloud/openstack": "^3.0"
53
54
"suggest": {
+ "sebastianfeldmann/ftp": "Require ~0.9 to sync to an FTP server",
55
"aws/aws-sdk-php": "Require '~3.10' to sync to Amazon S3",
56
"kunalvarma05/dropbox-php-sdk": "Require '~0.2' to sync to Dropbox",
57
"phpseclib/phpseclib": "Require '~2.0' to use SFTP sync",
0 commit comments