mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
Add "ext-imap" to composer.json
This library needs it. :)
This commit is contained in:
parent
4515dbc1a7
commit
6f7b15e381
@ -12,7 +12,8 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0",
|
||||
"ext-imap": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Fetch": "src/"}
|
||||
|
Loading…
Reference in New Issue
Block a user