Skip to content

Commit 6f7b15e

Browse files
committed
Add "ext-imap" to composer.json
This library needs it. :)
1 parent 4515dbc commit 6f7b15e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0"
15+
"php": ">=5.3.0",
16+
"ext-imap": "*"
1617
},
1718
"autoload": {
1819
"psr-0": {"Fetch": "src/"}

0 commit comments

Comments
 (0)