Open peter279k opened 5 years ago
As title, this issue should be considered.
Since the php-5.x versions are unsupported in PHP team, we should let this package require php-7.1+ versions at least.
php-5.x
php-7.1+
The ext-mcrypt extension is deprecated since the php-7.1 is released.
ext-mcrypt
php-7.1
I think we can do following works to resolve issue:
ext-sodium
ext-openssl
Once this issue is accepted, I'm happy to work on this :).
Looks like phpaes might be abandonware! Can you fork it?
As title, this issue should be considered.
Since the
php-5.x
versions are unsupported in PHP team, we should let this package requirephp-7.1+
versions at least.The
ext-mcrypt
extension is deprecated since thephp-7.1
is released.I think we can do following works to resolve issue:
php-5.x
versions.ext-mcrypt
support and letext-sodium
andext-openssl
extension supports.Once this issue is accepted, I'm happy to work on this :).