diff --git a/codegen-no-rebuild/latest_breaking_version.hack b/codegen-no-rebuild/latest_breaking_version.hack index 45445fe04..50a95c819 100644 --- a/codegen-no-rebuild/latest_breaking_version.hack +++ b/codegen-no-rebuild/latest_breaking_version.hack @@ -1,12 +1,12 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<> */ namespace Facebook\HHAST; -const string LATEST_BREAKING_SCHEMA_VERSION = '2022-05-16-0000'; +const string LATEST_BREAKING_SCHEMA_VERSION = '2022-09-09-0000'; -const int LATEST_BREAKING_HHVM_VERSION_ID = 416100; +const int LATEST_BREAKING_HHVM_VERSION_ID = 417100; -const string LATEST_BREAKING_HHVM_VERSION = '4.161.0-dev'; +const string LATEST_BREAKING_HHVM_VERSION = '4.171.0-dev'; diff --git a/composer.json b/composer.json index e1a0e8e5b..2155ef0fb 100644 --- a/composer.json +++ b/composer.json @@ -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.171", + "hhvm/type-assert": "^4.2.2", + "facebook/hh-clilib": "^2.5.0rc1", + "facebook/difflib": "^1.0.0" + }, + "config": { + "allow-plugins": { + "hhvm/hhvm-autoload": true + } + } }