Closed codeguy closed 10 years ago
Installing using composer, I get slim/slim suggests installing ext-mcrypt (Required for HTTP cookie encryption). How can this be, if mcrypt was removed?
It is still present in composer.json
in the 2.x branch: https://github.com/slimphp/Slim/blob/2.x/composer.json
It is not a requirement. It is suggestion. Ie. you can install ext-mcrypt
if wanted but it is not required.
Added in https://github.com/codeguy/Slim/commits/release-2.4.0