forked from marcogermani87/yii2-imap
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
31 lines (31 loc) · 890 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "unyii2/yii2-imap",
"minimum-stability": "dev",
"prefer-stable": "true",
"description": "yii2 extension to read and process mails from IMAP and PHP",
"keywords": ["yii2", "extension", "widget", "imap", "cron", "mail", "inbox"],
"homepage": "https://github.com/yiioverflow/yii2-imap.git",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Roopan Valiya Veetil",
"email": "[email protected]",
"homepage": "http://www.yiioverflow.com/"
},
{
"name": "Uldis Nelson",
"email": "[email protected]",
"homepage": "http://www.weberp.lv/"
}
],
"require": {
"php": ">=5.4.0",
"ext-imap": "*"
},
"autoload": {
"psr-4": {
"unyii2\\imap\\": "src/"
}
}
}