-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
44 lines (44 loc) · 1.18 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
42
43
44
{
"name": "adfab/core",
"description": "Common features for all AdFab ZF2 dev",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"playground",
"adfab-core"
],
"homepage": "https://github.com/gregorybesson/AdfabCore",
"authors": [
{
"name": "Greg Besson",
"email": "gregory.besson@adfab.fr",
"homepage": "http://www.adfab.fr"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zend-mvc" : "~2.1",
"zendframework/zend-form" : "~2.1",
"zendframework/zend-loader" : "~2.1",
"zendframework/zend-servicemanager" : "~2.1",
"zendframework/zend-modulemanager" : "~2.1",
"zendframework/zend-stdlib" : "~2.1",
"doctrine/doctrine-orm-module" : "*",
"widmogrod/zf2-assetic-module": "1.3.3",
"hounddog/doctrine-data-fixture-module": "0.*",
"zendframework/zend-developer-tools" : "dev-master",
"jhuet/zdt-logger-module" : "0.*",
"zf-commons/zfc-base" : "0.*",
"bjyoungblood/bjy-authorize" : "1.1.*"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
"autoload" : {
"psr-0" : {
"AdfabCore" : "src/"
}
}
}