mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-05 14:23:35 +03:00
Merge pull request #14 from asm89/patch-1
Add "ext-imap" to composer.json
This commit is contained in:
commit
33d6739959
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0",
|
||||
"ext-imap": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Fetch": "src/"}
|
||||
|
|
Loading…
Add table
Reference in a new issue