namshi / jose

JSON Object Signing and Encryption library for PHP.
MIT License
1.8k stars 133 forks source link

phpseclib should be optional #88

Closed kelunik closed 8 years ago

kelunik commented 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.

odino commented 8 years ago

hey @kelunik, thanks for reporting! Would you mind opening a PR for this?

kelunik commented 8 years ago

Closing as PR is merged.