We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9038139 commit dab97a4Copy full SHA for dab97a4
README.md
@@ -39,9 +39,9 @@ Discord: [discord.gg/jCcZWCSq][link-discord]
39
- Example Laravel Integration: [Example Application](https://github.com/Webklex/laravel_imap_example#laravael-imap-example-application)
40
41
## Installation
42
-This library requires the `mbstring` and `mcrypt` php module. Make sure to install or enable them if they arn't available.
+This library requires the `mbstring` php module. Make sure to install or enable it if it isn't available.
43
```bash
44
-sudo apt-get install php*-mbstring php*-mcrypt
+sudo apt-get install php*-mbstring
45
```
46
Installation via composer:
47
0 commit comments