forked from gregorybesson/PlaygroundCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·47 lines (47 loc) · 1.2 KB
/
composer.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.2 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
44
45
46
47
{
"name": "playground/core",
"description": "Playground Core Module",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"playground",
"playground-core"
],
"homepage": "https://github.com/gregorybesson/PlaygroundCore",
"authors": [
{
"name": "Greg Besson",
"email": "gregory.besson@playground.gg",
"homepage": "http://www.playground.fr"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework" : "2.*",
"doctrine/doctrine-orm-module": "0.8.*",
"gedmo/doctrine-extensions": "2.3.*",
"widmogrod/zf2-assetic-module": "1.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.*",
"twilio/sdk" : "3.*",
"buggedcom/phpvideotoolkit" : "2.*"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
"autoload" : {
"psr-0" : {
"PlaygroundCore" : "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}