-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
104 lines (104 loc) · 3.27 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
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
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "detain/consolo",
"description": "from ROMs to Installed Populated Emulators and Frontends in under 12 parsecs!",
"type": "project",
"license": "GPL-3.0",
"authors": [
{
"name": "Joe Huss",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"psy/psysh": "*",
"react/child-process": "*@stable",
"nahid/jsonq": "*",
"react/event-loop": "*@stable",
"react/http": "*@stable",
"react/mysql": "*@stable",
"rubix/ml": "*",
"monolog/monolog": "*@stable",
"nikic/fast-route": "*@stable",
"twig/twig": "*@stable",
"php-ai/php-ml": "*",
"roave/security-advisories": "dev-master",
"workerman/mysql": "*",
"loilo/fuse": "*",
"teamtnt/tntsearch": "*",
"psr/cache": "*",
"psr/container": "*",
"psr/event-dispatcher": "*",
"psr/log": "*",
"psr/log-implementation": "*",
"symfony/browser-kit": "*",
"symfony/cache": "*",
"symfony/config": "*",
"symfony/console": "*",
"symfony/css-selector": "*",
"symfony/debug": "*",
"symfony/dependency-injection": "*",
"symfony/deprecation-contracts": "*",
"symfony/dom-crawler": "*",
"symfony/error-handler": "*",
"symfony/event-dispatcher": "*",
"symfony/event-dispatcher-contracts": "*",
"symfony/event-dispatcher-implementation": "*",
"symfony/http-client-contracts": "*",
"symfony/http-client-implementation": "*",
"symfony/http-foundation": "*",
"symfony/http-kernel": "*",
"symfony/mime": "*",
"symfony/process": "*",
"symfony/service-contracts": "*",
"symfony/service-implementation": "*",
"symfony/var-dumper": "*",
"symfony/var-exporter": "*",
"symfony/http-client": "*",
"symfony/yaml": "*",
"amphp/amp": "*",
"amphp/http-client": "*",
"amphp/http-tunnel": "*",
"amphp/socket": "*",
"php-http/httplug": "*",
"psr/http-client": "*",
"symfony/stopwatch": "*",
"psr/http-client": "*@stable",
"nyholm/psr7": "*",
"php-http/discovery": "*@stable",
"guzzlehttp/guzzle": ">=7.4.5@stable",
"guzzlehttp/promises": "*@stable",
"masterminds/html5": "*",
"querypath/querypath": "*@stable",
"corneltek/cliframework": "dev-master",
"league/climate": "*@stable",
"php-school/cli-menu": "*@stable"
},
"suggest": {
"workerman/channel": "*@stable",
"workerman/globaldata": "*@stable",
"workerman/workerman": "*@stable",
"nikic/php-parser": "*@stable",
"oefenweb/damerau-levenshtein": "*",
"lucascavalcante/fuzzy-search": "*",
"wyndow/fuzzywuzzy": "*"
},
"autoload": {
"psr-4": {
"Detain\\ConSolo\\": "src/",
"Detain\\ConSolo\\Web\\": "public/"
}
},
"require-dev": {
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true,
"php-http/discovery": true
}
}
}