Skip to content

Commit

Permalink
Merge pull request #24 from atielking/456_upgrade
Browse files Browse the repository at this point in the history
Upgrade composer for HHVM 4.56
  • Loading branch information
id4ho authored Mar 4, 2021
2 parents bf308f5 + a4017c8 commit f23cfbe
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 201 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
matrix:
os: [ ubuntu ]
hhvm:
- '4.39'
- '4.41'
- '4.56'
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "slackhq/htmlsanitizer-hack",
"description": "Slack Hack HTML Sanitizer",
"require": {
"hhvm/hhast": "^4.33.5",
"facebook/fbexpect": "^2.7.3",
"hhvm/hhast": "^4.53.4",
"facebook/fbexpect": "^2.7.4",
"hhvm/hhvm-autoload": "^2.0|^3.0",
"hhvm/hacktest": "^2.0.0",
"hhvm/hsl": "^4.36.0",
"hhvm/hsl-experimental": "^4.37.3",
"facebook/hack-codegen": "^4.3.2"
"hhvm/hacktest": "^2.1.0",
"hhvm/hsl": "^4.41.0",
"hhvm/hsl-experimental": "^4.50.0",
"facebook/hack-codegen": "^4.3.8"
},
"scripts": {
"post-install-cmd": [
Expand Down
123 changes: 64 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f23cfbe

Please sign in to comment.