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

Commit

Permalink
allow usage with HSL v3.26 and fbexpect 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 6, 2018
1 parent b026ff2 commit 39b36eb
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 79 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"require": {
"hhvm/hhvm-autoload": "^1.5",
"hhvm/hsl": "^1.1",
"hhvm/hsl": "^1.1|^3.26.0",
"hhvm/type-assert": "^3.1"
},
"require-dev": {
"91carriage/phpunit-hhi": "~5.7",
"phpunit/phpunit": "~5.7",
"facebook/fbexpect": "^0.4.0",
"hhvm/hhast": "^1.0"
"facebook/fbexpect": "^0.4.0|^3.26.0",
"hhvm/hhast": "^1.0|^3.26.0"
}
}
Loading

0 comments on commit 39b36eb

Please sign in to comment.