forked from nlware/qdnatool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.2 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
{
"minimum-stability": "dev",
"config" : {
"vendor-dir" : "vendors/"
},
"repositories" : [
{
"type": "package",
"package": {
"name": "htmlawed/htmlawed",
"version": "1.1.14",
"type": "cakephp-vendor",
"dist": {
"url": "http://www.bioinformatics.org/phplabware/downloads/htmLawed.zip",
"type": "zip"
},
"require": {
"composer/installers": "*"
}
}
},
{
"type": "package",
"package": {
"name": "rserve-php/rserve-php",
"version": "0.1",
"type": "cakephp-vendor",
"dist": {
"url": "http://rserve-php.googlecode.com/files/rserve-php-0.1.zip",
"type": "zip"
},
"require": {
"composer/installers": "*"
}
}
}
],
"extra": {
"installer-paths": {
"app/Plugin/DebugKit": ["cakephp/debug_kit"],
"app/Plugin/TwitterBootstrap": ["slywalker/twitter_bootstrap"],
"app/Vendor/htmLawed": ["htmlawed/htmlawed"],
"app/Vendor/rserve-php": ["rserve-php/rserve-php"]
}
},
"require" : {
"cakephp/cakephp": "2.5.*",
"cakephp/debug_kit": "2.2.*",
"slywalker/twitter_bootstrap": "1.5.7",
"htmlawed/htmlawed": "1.1.14",
"rserve-php/rserve-php": "0.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}