-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
39 lines (39 loc) · 1011 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
32
33
34
35
36
37
38
39
{
"name": "flodaq/ticket-notification-bundle",
"description": "This bundle provides e-mails notifications for Hackzilla Ticketing Symfony bundle every time a ticket is created or modified.",
"keywords": [
"ticket",
"ticketing",
"help desk",
"helpdesk",
"support",
"multilingual",
"notification"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Florent DAQUET",
"email": "[email protected]",
"homepage": "http://linkthis.fr",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ^7.0",
"symfony/symfony": "^2.8 || ^3.0",
"hackzilla/ticket-bundle": "~3.0@dev",
"vich/uploader-bundle": "~1.0"
},
"autoload": {
"psr-4": {
"Flodaq\\TicketNotificationBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}