-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·43 lines (43 loc) · 1.27 KB
/
composer.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.27 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/gallery",
"description": "Playground Gallery Module",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"playground",
"playground-gallery"
],
"homepage": "https://github.com/gregorybesson/PlaygroundGallery",
"authors": [
{
"name": "Greg Besson",
"email": "gregory.besson@playground.gg",
"homepage": "http://www.playground.gg"
}
],
"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",
"widmogrod/zf2-assetic-module": "1.3.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" : {
"PlaygroundGallery" : "src/"
}
}
}