forked from hhvm/hhast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "hhvm/hhast",
"description": "A mutable AST library for Hack with linting and code migrations",
"bin": [
"bin/hhast-lint",
"bin/hhast-lint.hack",
"bin/hhast-migrate",
"bin/hhast-migrate.hack"
],
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-main": "4.x-dev"
}
},
"require-dev": {
"facebook/fbexpect": "^2.8.1",
"facebook/hack-codegen": "^4.0",
"hhvm/hacktest": "^2.3.0"
},
"require": {
"hhvm": "^4.126",
"hhvm/hsl": "^4.25",
"hhvm/hsl-experimental": "^4.58.0rc1",
"hhvm/hsl-io": "^0.2.0|0.3.0",
"hhvm/hhvm-autoload": "^2.0.4|^3.0",
"hhvm/type-assert": "^4.2.2",
"facebook/hh-clilib": "^2.5.0rc1",
"facebook/difflib": "^1.0.0"
}
}