-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
37 lines (37 loc) · 922 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
{
"name": "tawfekov/zf2entityaudit",
"description": "EntityAudit Module for Zend Framework2 , Doctrine2 and web interface ",
"type": "zf-module",
"license": "MIT",
"keywords": [
"audit",
"entity",
"Doctrine 2",
"zf2",
"database",
"persistence"
],
"authors": [
{
"name": "Tawfek Daghistani",
"email": "[email protected]",
"homepage": "http://www.dagho.com"
}
],
"require": {
"php": ">=5.3.0",
"zendframework/zendframework" : ">=2.1",
"doctrine/doctrine-module": ">=0.8",
"doctrine/doctrine-orm-module": ">=0.8",
"zf-commons/zfc-user": ">=1.2.1",
"zf-commons/zfc-user-doctrine-orm": "1.*"
},
"autoload": {
"psr-0": {
"ZF2EntityAudit": "src/"
},
"classmap": [
"./Module.php"
]
}
}