forked from ushahidi/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 982 Bytes
/
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
{
"require" : {
"aura/di": "2.0.*@dev",
"league/oauth2-server": "3.2.*",
"kohana/core" : "3.3.*@dev",
"kohana/database" : "3.3.*@dev",
"kohana/cache" : "3.3.*@dev",
"kohana/orm" : "3.3.*@dev",
"kohana/image" : "3.3.*@dev",
"kohana/minion" : "3.3.*@dev",
"shadowhand/email": "3.3.*@dev",
"zeelot/kohana-media": "1.3.*@dev"
},
"require-dev": {
"behat/behat": "~2.5.2",
"behat/mink-extension": "~1.3",
"behat/mink-goutte-driver": "~1.0",
"fabpot/goutte": "~1.0",
"guzzle/guzzle": "~3.9.1",
"kohana/unittest" : "3.3.*@dev",
"phpunit/phpunit": "~3.7.37",
"phpunit/dbunit": "~1.2.3",
"phpspec/phpspec": "~2.0.0",
"symfony/console": "~2.4.5"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
},
"autoload": {
"psr-0": {
"Ushahidi\\": "src"
}
}
}