Skip to content

Commit

Permalink
Update PHP Requirements
Browse files Browse the repository at this point in the history
- #6
- #7
  • Loading branch information
aljawaid committed Feb 3, 2023
1 parent 2dfe80d commit d6f62e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ apk add php-imap
apk add php81-fileinfo
```

**PHP 7.4**
Check:
```
php -m | grep -i imap
```

```
$ sudo apt-get install php-imap
$ sudo apt-get install php7.4-imap
$ sudo apt-get install -y php-fileinfo
```
Run both commands


# Install

## Automatically
Expand Down

1 comment on commit d6f62e9

@aljawaid
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.