Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Nov 15, 2020
1 parent 135008d commit 84aaf4d
Show file tree
Hide file tree
Showing 9 changed files with 477 additions and 93 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/vendor/
composer.lock
*.hhast.parser-cache
2 changes: 2 additions & 0 deletions .hhconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ const_default_func_args = true
disallow_array_literal = true
disable_lval_as_an_expression = true
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+" ]
allowed_decl_fixme_codes=2053,4045,4047
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3084,4027,4045,4047,4104,4106,4107,4108,4110,4128,4135,4188,4200,4223,4248,4240,4323
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@
}
],
"require": {
"hhvm": "^4.56",
"hhvm/hsl": "^4.40"
"hhvm": "~4.83.1 || ~4.84.0",
"hhvm/hsl": "^4.41",
"hhvm/hsl-experimental": "^4.66"
},
"require-dev": {
"facebook/fbexpect": "^2.7",
"facebook/difflib": "^1.1.1",
"facebook/fbexpect": "^2.7.7",
"facebook/hh-clilib": "^2.5.2",
"hhvm/hacktest": "^2.0",
"hhvm/hhast": "^4.25",
"hhvm/hsl-experimental": "^4.50"
"hhvm/hhast": "^4.82.2",
"hhvm/hhvm-autoload": "^3.1.6",
"hhvm/type-assert": "^4.1.2"
},
"scripts": {
"check": [
Expand Down
Loading

0 comments on commit 84aaf4d

Please sign in to comment.