forked from chamilo/chash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 928 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
{
"name": "chamilo/chash",
"type": "library",
"description" : "Chamilo Shell",
"homepage": "http://www.chamilo.org",
"license": "GPL-3.0",
"support": {
"forum": "http://www.chamilo.org/forum",
"irc": "irc://irc.freenode.org/chamilo"
},
"autoload": {
"psr-0": {
"Chash": "src/"
}
},
"require": {
"php": ">=5.3.2",
"composer/composer": "1.0.*@dev",
"symfony/console": "~2.3",
"symfony/yaml": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/finder": "~2.3",
"doctrine/dbal": "~2.3",
"doctrine/orm": "~2.3",
"doctrine/migrations": "dev-master",
"zendframework/zend-config": "~2.2",
"zendframework/zend-stdlib": "~2.2",
"alchemy/zippy": "~0.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mikey179/vfsstream": ">=1.2"
}
}