forked from uvdesk/mailbox-component
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 772 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 772 Bytes
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
{
"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": "akshay.kumar758@webkul.com"
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"uvdesk/core-framework": "^1.2",
"iamcal/lib_autolink": "^1.7",
"php-mime-mail-parser/php-mime-mail-parser": "^7.0.0"
},
"autoload": {
"psr-4": { "Webkul\\UVDesk\\MailboxBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"minimum-stability": "stable"
}