Version 2.20+ requiring php 7.1 >= but using arrow functions
cirovargas opened this issue · 2 comments
cirovargas commented
In the EnableEncryptionConfigCommand command you are using arrow functions (php 7.4 feature) and in composer are requiring PHP version >= 7.1
This is throwing an exception when installing the package on a PHP 7.2 environment
aandriano931 commented