Skip to content

Commit

Permalink
Update the latest breaking version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyt authored Aug 25, 2022
1 parent b09f428 commit 2eedc17
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions codegen-no-rebuild/latest_breaking_version.hack

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

62 changes: 31 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "hhvm/hhast",
"description": "A mutable AST library for Hack with linting and code migrations",
"bin": [
"bin/hhast-lint",
"bin/hhast-lint.hack",
"bin/hhast-migrate",
"bin/hhast-migrate.hack"
],
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-main": "4.x-dev"
}
},
"require-dev": {
"facebook/fbexpect": "^2.8.1",
"facebook/hack-codegen": "^4.0",
"hhvm/hhvm-autoload": "^2.0.4|^3.0",
"hhvm/hacktest": "^2.3.0"
},
"require": {
"hhvm": "^4.161",
"hhvm/type-assert": "^4.2.2",
"facebook/hh-clilib": "^2.5.0rc1",
"facebook/difflib": "^1.0.0"
},
"config": {
"allow-plugins": {
"hhvm/hhvm-autoload": true
}
"name": "hhvm/hhast",
"description": "A mutable AST library for Hack with linting and code migrations",
"bin": [
"bin/hhast-lint",
"bin/hhast-lint.hack",
"bin/hhast-migrate",
"bin/hhast-migrate.hack"
],
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-main": "4.x-dev"
}
},
"require-dev": {
"facebook/fbexpect": "^2.8.1",
"facebook/hack-codegen": "^4.0",
"hhvm/hhvm-autoload": "^2.0.4|^3.0",
"hhvm/hacktest": "^2.3.0"
},
"require": {
"hhvm": "^4.168",
"hhvm/type-assert": "^4.2.2",
"facebook/hh-clilib": "^2.5.0rc1",
"facebook/difflib": "^1.0.0"
},
"config": {
"allow-plugins": {
"hhvm/hhvm-autoload": true
}
}
}

0 comments on commit 2eedc17

Please sign in to comment.