Closed kelunik closed 8 years ago
As phpseclib is optional, it should just be listed in suggest, not in require. That makes it possible to remove the dependency for projects not using it, e.g. when bundling a minimal phar.
suggest
require
hey @kelunik, thanks for reporting! Would you mind opening a PR for this?
Closing as PR is merged.
As phpseclib is optional, it should just be listed in
suggest
, not inrequire
. That makes it possible to remove the dependency for projects not using it, e.g. when bundling a minimal phar.