-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.05 KB
/
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
40
41
{
"name": "mvlabs/mvlabs-eventlogger",
"description": "MvlabsEventLogger is a ZF2 module that allow to log user events in easy way based on event listener.",
"license": "MIT",
"type": "zf2-module",
"keywords": [
"event",
"log",
"user events log",
"logging",
"MvaAssociati",
"MvLabs",
"zf2"
],
"homepage": "https://github.com/mvlabs/MvlabsEventLogger.git",
"authors": [
{
"name": "Stefano Valle",
"email": "[email protected]",
"homepage": "http://www.mvlabs.it/en/"
},
{
"name": "Diego Drigani",
"email": "[email protected]",
"homepage": "http://www.mvlabs.it/en/"
}
],
"require": {
"php": ">=5.5",
"zendframework/zendframework": "~2.5",
"doctrine/doctrine-orm-module": "0.9.*"
},
"autoload": {
"psr-0": {
"MvlabsEventLogger": "src/"
},
"classmap": [
"./Module.php"
]
}
}