forked from tvogt/msgbundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 695 Bytes
/
composer.json
File metadata and controls
29 lines (28 loc) · 695 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
28
29
{
"name":"Calitarus/MessagingBundle",
"description":"Symfony2 Bundle for Advanced Messaging",
"keywords":["messaging"],
"homepage":"https://github.com/tvogt/msgbundle",
"type":"library",
"license":"GPL3",
"authors":[
{
"name":"Tom Vogt",
"email":"tom@lemuria.org",
"homepage":"http://lemuria.org"
},
{
"name": "Calitarus GmbH",
"homepage": "http://calitarus.de"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
},
"autoload":{
"psr-0": { "Calitarus\\MessagingBundle": "" }
},
"target-dir": "Calitarus/MessagingBundle"
}