Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit bc547d1

Browse files
committed
update dependencies
1 parent 3f14911 commit bc547d1

3 files changed

Lines changed: 222 additions & 110 deletions

File tree

.hhconfig

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
assume_php=false
2-
enable_experimental_tc_features = no_fallback_in_namespaces, unpacking_check_arity, disallow_refs_in_array, disallow_untyped_lambda_as_non_function_type
32
ignored_paths = [ "vendor/.+/tests/.+" ]
4-
safe_array = true
5-
safe_vector_array = true
6-
disallow_destruct = true
7-
forward_compatibility_level=3.27
3+
disallow_elvis_space=true
4+
disallow_non_arraykey_keys=true
5+
disallow_unsafe_comparisons=true
6+
decl_override_require_hint=true
7+
enable_experimental_tc_features=shape_field_check,sealed_classes
8+
forward_compatibility_level=20180704

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"homepage": "https://github.com/hhvm/hack-router-codegen",
66
"require": {
77
"hhvm": "^3.23.0",
8-
"facebook/hack-router": "^0.13",
8+
"facebook/hack-router": ">=0.14",
99
"facebook/hack-codegen": "^3.0.1",
1010
"facebook/definition-finder": "^1.5.3",
1111
"hhvm/type-assert": "^3.0"
1212
},
1313
"require-dev": {
1414
"91carriage/phpunit-hhi": "^5.5",
1515
"phpunit/phpunit": "^5.5",
16-
"hhvm/hhast": "^1.0"
16+
"hhvm/hhast": "^3.26"
1717
},
1818
"extra": {
1919
"branch-alias": {

0 commit comments

Comments
 (0)