forked from gonzalezemmanuel/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·58 lines (58 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name" : "playground/playground",
"description" : "Playground Game Framework",
"authors" : [{
"name" : "Greg Besson",
"email" : "[email protected]",
"homepage" : "http://www.playground.gg"
}
],
"keywords" : [
"framework",
"zf2",
"playground",
"game"
],
"homepage" : "http://www.playground.gg/",
"license" : [
"BSD-3-Clause"
],
"require" : {
"php" : ">=5.3.3",
"zendframework/zendframework" : "2.*",
"playground/cms" : "dev-develop",
"playground/core" : "dev-master",
"playground/design" : "dev-develop",
"playground/facebook" : "dev-develop",
"playground/faq" : "dev-develop",
"playground/flow" : "dev-develop",
"playground/game" : "dev-develop",
"playground/partnership" : "dev-develop",
"playground/stats" : "dev-develop",
"playground/reward" : "dev-develop",
"playground/user" : "dev-develop",
"playground/translate" : "dev-develop",
"playground/hybridauth" : "dev-master",
"playground/zdt-templatehint" : "dev-master",
"doctrine/doctrine-orm-module" : "0.8.*@dev",
"doctrine/doctrine-module" : "0.8.*@dev",
"bjyoungblood/bjy-authorize" : "1.1.*",
"doctrine/data-fixtures" : "dev-master",
"zendframework/zend-developer-tools" : "dev-master",
"ocramius/ocra-cached-view-resolver" : "1.0.*",
"hounddog/doctrine-data-fixture-module" : "0.*",
"jhuet/zdt-logger-module" : "0.*",
"playground/weather" : "dev-develop",
"mailchimp/mailchimp": "dev-master",
"playground/email-campaign" : "dev-develop"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*",
"satooshi/php-coveralls" : "dev-master"
},
"repositories" : [{
"type" : "git",
"url" : "https://github.com/gregorybesson/hybridauth"
}
]
}