Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Nov 22, 2020
1 parent 4664a63 commit a3e7296
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.hack linguist-language=Hack

/tests export-ignore
.travis.sh export-ignore
.travis.yml export-ignore
composer.lock export-ignore
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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"hhvm/hacktest": "^2.0",
"hhvm/hhast": "^4.82.2",
"hhvm/hhvm-autoload": "^3.1.6",
"hhvm/type-assert": "^4.1.2"
"hhvm/type-assert": "^4.1.2",
"hhvm/hsl": "^4.41"
},
"scripts": {
"check": [
Expand All @@ -36,4 +37,4 @@
"test": "hacktest tests/",
"type-check": "hh_client src/"
}
}
}
Loading

0 comments on commit a3e7296

Please sign in to comment.