-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
92 lines (73 loc) · 1.83 KB
/
composer.json
File metadata and controls
92 lines (73 loc) · 1.83 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "yiqing95/php-space",
"description": "this is my study project for leaning php techs",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "yiqing",
"email": "yiqing95@qq.com"
}
],
"repositories":[
{
"type":"vcs",
"url":"https://github.com/lovenunu/sql-runner"
},
{
"type": "pear",
"url": "http://pear.php.net"
},
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"config": {
"bin-dir": "bin/"
,"secure-http":false
},
"require": {
"league/event": "^2.1"
,"wp-cli/php-cli-tools":"*",
"league/fractal": "^0.12.0",
"dingo/api": "^0.10.0"
,"symfony/symfony":"*"
,"yiisoft/yii2":"*"
,"phpseclib/phpseclib":"*"
,"zircote/swagger-php":"*"
,"fusonic/linq": "@dev"
, "lovenunu/sql-runner":"@dev",
"cboden/ratchet": "^0.3.3",
"slim/slim": "^2.6"
,"danielmewes/php-rql":"*"
, "nategood/httpful": "*"
, "kriswallsmith/buzz" : "*",
"rmccue/requests": "^1.6",
"influxdb/influxdb-php": "dev-master"
,"linkorb/etcd-php":"*",
"phpfastcache/phpfastcache":"*"
, "chrisboulton/php-resque": "1.2.x",
"monolog/monolog": "^1.17",
"funct/funct": "^1.0",
"coderkungfu/php-queue":"*",
"2tvenom/php-queue":"*",
"phpdr.net/php-curlmulti" : "2.*",
"eventio/bbq": "dev-master",
"league/tactician": "^1.0"
, "pear-pear.php.net/PEAR": "*"
,"pear-pear.horde.org/Horde_SyncMl": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"codeception/codeception": "2.0.*",
"codeception/specify": "*",
"codeception/verify": "*",
"codegyre/robo": "*"
, "behat/behat": "~2.5"
},
"minimum-stability": "dev",
"prefer-stable": true
}