-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 1.03 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
{
"name": "torii/torii2",
"description": "Simple portal framework",
"repositories": [ {
"type": "vcs",
"url": "https://github.com/Qafoo/REST-Micro-Framework"
}, {
"type": "composer",
"url": "https://packages.zendframework.com/"
} ],
"require": {
"arbit/periodic": "dev-master",
"kore/ctx-parser" : "@stable",
"qafoo/rmf": "dev-master",
"twbs/bootstrap": "@stable",
"twig/twig": "1.6.0",
"kriswallsmith/buzz": "@stable",
"zendframework/zend-feed": "@stable",
"zendframework/zend-servicemanager": "@stable",
"sabre/vobject" : "@stable",
"doctrine/common": "2.*@stable",
"doctrine/dbal": "2.*@stable"
},
"require-dev": {
"pdepend/pdepend": "@stable",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "@stable",
"sebastian/phpcpd": "@stable",
"squizlabs/php_codesniffer": "@stable"
},
"config": {
"vendor-dir": "vendor/"
}
}