forked from uvdesk/mailbox-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 887 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
{
"name": "uvdesk/mailbox-component",
"description": "The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "akshay kumar",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2",
"uvdesk/composer-plugin": "^1.0",
"uvdesk/core-framework": "^1.0",
"iamcal/lib_autolink": "^1.7",
"php-mime-mail-parser/php-mime-mail-parser": "^3.0"
},
"autoload": {
"psr-4": { "Webkul\\UVDesk\\MailboxBundle\\": "" }
},
"extra": {
"uvdesk-package-extension": "Webkul\\UVDesk\\MailboxBundle\\Package\\Composer",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "dev"
}