Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer install problem #160

Closed
BenjaminHoegh opened this issue Jul 14, 2017 · 2 comments
Closed

Composer install problem #160

BenjaminHoegh opened this issue Jul 14, 2017 · 2 comments

Comments

@BenjaminHoegh
Copy link

Problem 1
    - Installation request for ddeboer/imap ^0.5.2 -> satisfiable by ddeboer/imap[0.5.2].
    - ddeboer/imap 0.5.2 requires ext-imap * -> the requested PHP extension imap is missing from your system.

  To enable extensions, verify that they are enabled in your .ini files:
    - /usr/local/etc/php/7.1/php.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
@RikudouSage
Copy link

You need to install the php imap extension. On Ubuntu etc. it's as easy as apt install php-imap.

@ddeboer
Copy link
Owner

ddeboer commented Aug 6, 2017

Yep, as documented in the readme. 😄

@ddeboer ddeboer closed this as completed Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants