Skip to content

Commit

Permalink
edit composer.json, suggest packages added
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Nov 16, 2015
1 parent 66480b9 commit bce02b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"require": {
"php": ">=5.2"
},
"suggest": {
"dropbox-php/dropbox-php": "elFinder Volume driver `Dropbox` require `dropbox-php/dropbox-php`.",
"pear/auth": "dropbox-php require `pear/auth` or `PHP OAuth extension`.",
"pear/http_request2": "dropbox-php require `pear/http_request2` or `PHP OAuth extension`.",
"pear/net_url2": "dropbox-php require `pear/net_url2` or `PHP OAuth extension`.",
"barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root."
},
"autoload": {
"classmap": ["php"]
}
Expand Down

0 comments on commit bce02b5

Please sign in to comment.