forked from liuggio/HelpDeskBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·47 lines (47 loc) · 1.07 KB
/
composer.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.07 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "liuggio/help-desk-bundle",
"description": "Provides help desk and ticketing system for support your customer, this is a #Symfony2 Bundles",
"keywords": [
"menu",
"customer care",
"support",
"help desk",
"customer"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "liuggio",
"homepage": "http://www.welcometothebundle.com",
"email": "liuggio@gmail.com"
},
{
"name": "Erin Hima",
"email": "erinhima@gmail.com"
},
{
"name": "Tvision developers",
"homepage": "https://github.com/tvision"
}
],
"require": {
"symfony/symfony": "^2.7",
"sonata-project/easy-extends-bundle": "^2.1",
"sonata-project/admin-bundle": "^2.3",
"friendsofsymfony/user-bundle": "^1.3",
"doctrine/doctrine-bundle": "^1.0"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "*"
},
"autoload": {
"psr-0": {
"Liuggio\\HelpDeskBundle": ""
}
},
"target-dir": "Liuggio/HelpDeskBundle",
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}