-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
48 lines (45 loc) · 1.25 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
{
"name": "lexidor/hh_client_options",
"description": "Getting the most out of the typechecker",
"_comment": [
"The following packages prevent the install of type-assert v4",
"azjezz/http-normalizer",
"nuxed/json",
"nuxed/translation",
"nuxed/http-message",
"nuxed/asset",
"This package uses a goto",
"nuxed/console",
"These packages use an older version of hsl/io",
"nuxed/http-emitter",
"nuxed/filesystem",
"nuxed/environment"
],
"require": {
"hhvm": "^4.98",
"hhvm/hacktest": "*",
"hhvm/hhast": "*",
"hhvm/hhvm-autoload": "*",
"hhvm/hsl": "*",
"hhvm/hsl-experimental": "*",
"hhvm/type-assert": "*",
"facebook/definition-finder": "*",
"facebook/difflib": "*",
"facebook/fbexpect": "*",
"facebook/fbmarkdown": "*",
"facebook/hack-codegen": "*",
"facebook/hack-http-request-response-interfaces": "*",
"facebook/hack-router": "*",
"facebook/hack-router-codegen": "*",
"facebook/hh-clilib": "*",
"facebook/xhp-lib": "*",
"nuxed/contract": "^1",
"nuxed/crypto": "*",
"nuxed/event-dispatcher": "*",
"nuxed/inflector": "*",
"nuxed/uuid": "*",
"usox/hackttp": "*",
"quizlet/hammock": "*"
},
"minimum-stability": "dev"
}