forked from gregorybesson/PlaygroundDesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.05 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "playground/design",
"description": "Playground Design Module",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"playground",
"playground-design"
],
"homepage": "https://github.com/gregorybesson/PlaygroundDesign",
"authors": [
{
"name": "Greg Besson",
"email": "gregory.besson@playground.gg",
"homepage": "http://www.playground.gg"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework" : "2.*",
"widmogrod/zf2-assetic-module": "1.3.*",
"hounddog/doctrine-data-fixture-module": "0.*",
"zendframework/zend-developer-tools" : "dev-master",
"jhuet/zdt-logger-module" : "0.*",
"bjyoungblood/bjy-authorize" : "1.1.*",
"playground/core" : "2.*"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
"autoload" : {
"psr-0" : {
"PlaygroundDesign" : "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}