Skip to content

Commit 60ffef0

Browse files
Removed hard sync lib dependency, moved to suggest to reduce install footprint
1 parent e111575 commit 60ffef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"ext-dom": "*",
2727
"ext-json": "*",
2828
"ext-spl": "*",
29-
"barracuda/copy": "1.1.*",
30-
"dropbox/dropbox-sdk": "1.1.*",
3129
"phpunit/php-timer": "~1.0.2",
3230
"sebastian/environment": "~1.1",
3331
"sebastian/version": "~1.0",
3432
"swiftmailer/swiftmailer": "5.3.*",
35-
"aws/aws-sdk-php": "2.7.*",
3633
"symfony/event-dispatcher": "2.6.*"
3734
},
3835
"suggest": {
36+
"barracuda/copy": "Require '1.1.*' to sync to copy.com",
37+
"dropbox/dropbox-sdk": "Require '1.1.*' to sync to Dropbox",
38+
"aws/aws-sdk-php": "Require '2.7.*' to sync to Amazon S3",
3939
"phpseclib/phpseclib": "Require '2.0.*@dev' to use SFTP sync",
40-
"softlayer/objectstorage": "Require 'dev-master' to use softlayer sync"
40+
"softlayer/objectstorage": "Require 'dev-master' to sync to Softlayer"
4141
},
4242
"bin": [
4343
"phpbu"

0 commit comments

Comments
 (0)