Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Update dependencies and forward compatibility level
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeht committed Aug 28, 2018
1 parent 3473d22 commit 676de8b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .hhconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ enable_experimental_tc_features = no_fallback_in_namespaces, unpacking_check_ari
safe_array = true
safe_vector_array = true
disallow_destruct = true
forward_compatibility_level=3.27
forward_compatibility_level=3.28
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"phpunit/phpunit": "^5.7",
"91carriage/phpunit-hhi": "^5.7",
"facebook/fbexpect": "^1.1.0",
"facebook/hack-codegen": "~3.0.3",
"facebook/hack-codegen": "~3.2.1",
"hhvm/hhvm-autoload": "^1.5"
},
"require": {
"hhvm": "^3.26.0",
"hhvm": "^3.28.0",
"hhvm/hsl": "^1.0.0|^3.26.0",
"hhvm/type-assert": "^3.1",
"facebook/hh-clilib": "^1.1.1"
Expand Down
Loading

0 comments on commit 676de8b

Please sign in to comment.