Skip to content

Commit d78831a

Browse files
Moved 'phpseclib' and 'softlayer' to 'suggest' so minimum stability 'dev' could be removed
1 parent 02e37ca commit d78831a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"support": {
1818
"issues": "https://github.com/sebastianfeldmann/phpbu/issues"
1919
},
20-
"minimum-stability": "dev",
2120
"autoload": {
2221
"psr-4": {
2322
"phpbu\\App\\": "src/"
@@ -29,15 +28,17 @@
2928
"ext-spl": "*",
3029
"barracuda/copy": "1.1.*",
3130
"dropbox/dropbox-sdk": "1.1.*",
32-
"phpseclib/phpseclib": "2.0.*@dev",
3331
"phpunit/php-timer": "~1.0.2",
3432
"sebastian/environment": "~1.1",
3533
"sebastian/version": "~1.0",
3634
"swiftmailer/swiftmailer": "5.3.*",
3735
"aws/aws-sdk-php": "2.7.*",
38-
"softlayer/objectstorage": "dev-master",
3936
"symfony/event-dispatcher": "2.6.*"
4037
},
38+
"suggest": {
39+
"phpseclib/phpseclib": "Require '2.0.*@dev' to use SFTP sync",
40+
"softlayer/objectstorage": "Require 'dev-master' to use softlayer sync"
41+
},
4142
"bin": [
4243
"phpbu"
4344
],

0 commit comments

Comments
 (0)