From 9a5f26ad5e7c078281f66dd74117af3a3b785e50 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Fri, 14 Dec 2018 13:18:17 -0800 Subject: [PATCH] Start targetting 3.30 --- .gitignore | 1 + composer.json | 4 +- composer.lock | 247 -------------------------------------------------- 3 files changed, 3 insertions(+), 249 deletions(-) delete mode 100644 composer.lock diff --git a/.gitignore b/.gitignore index 720b612d..3e04db63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vendor/ *.swp *~ +composer.lock diff --git a/composer.json b/composer.json index dd91393d..853519aa 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "hhvm/hacktest": "^1.0" }, "require": { - "hhvm": "^3.28.0", - "hhvm/hhvm-autoload": "^1.4" + "hhvm": "^3.30.0", + "hhvm/hhvm-autoload": "^1.7" } } diff --git a/composer.lock b/composer.lock deleted file mode 100644 index e992894c..00000000 --- a/composer.lock +++ /dev/null @@ -1,247 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "b904ba5f442f6dc6dbba1d398df46fdd", - "packages": [ - { - "name": "hhvm/hhvm-autoload", - "version": "1.6.8", - "source": { - "type": "git", - "url": "https://github.com/hhvm/hhvm-autoload.git", - "reference": "ec0fb2b944fc267f2f3726dbc29744593452b0d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/hhvm-autoload/zipball/ec0fb2b944fc267f2f3726dbc29744593452b0d4", - "reference": "ec0fb2b944fc267f2f3726dbc29744593452b0d4", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0", - "hhvm": "^3.28" - }, - "replace": { - "facebook/hhvm-autoload": "1.*" - }, - "require-dev": { - "91carriage/phpunit-hhi": "^5.7", - "facebook/fbexpect": "^1.1", - "phpunit/phpunit": "^5.5" - }, - "bin": [ - "bin/hh-autoload" - ], - "type": "composer-plugin", - "extra": { - "class": [ - "Facebook\\AutoloadMap\\ComposerPlugin" - ] - }, - "autoload": { - "classmap": [ - "src/Writer.php", - "src/" - ], - "files": [ - "src/AutoloadMap.php", - "src/Config.php", - "src/TypeAssert.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "time": "2018-08-23T22:25:14+00:00" - } - ], - "packages-dev": [ - { - "name": "facebook/difflib", - "version": "v1.0", - "source": { - "type": "git", - "url": "https://github.com/hhvm/difflib.git", - "reference": "09505c7d66224fa7e5a8f775825bd70f05e57b01" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/difflib/zipball/09505c7d66224fa7e5a8f775825bd70f05e57b01", - "reference": "09505c7d66224fa7e5a8f775825bd70f05e57b01", - "shasum": "" - }, - "require": { - "hhvm/hsl": "^3.28" - }, - "require-dev": { - "facebook/fbexpect": "^2.1.2", - "hhvm/hacktest": "^1.0", - "hhvm/hhast": "^3.28" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.2.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "time": "2018-09-24T22:01:02+00:00" - }, - { - "name": "facebook/fbexpect", - "version": "v2.1.3", - "source": { - "type": "git", - "url": "https://github.com/hhvm/fbexpect.git", - "reference": "77bf828c3181a28e6ae87db1c2cac88705f2ccb5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/fbexpect/zipball/77bf828c3181a28e6ae87db1c2cac88705f2ccb5", - "reference": "77bf828c3181a28e6ae87db1c2cac88705f2ccb5", - "shasum": "" - }, - "require": { - "facebook/difflib": "^1.0.0", - "hhvm": "^3.28", - "hhvm/hhvm-autoload": "^1.6", - "hhvm/hsl": "^3.26" - }, - "require-dev": { - "hhvm/hacktest": "^1.0" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Unit test helpers for Facebook projects", - "time": "2018-09-25T16:08:09+00:00" - }, - { - "name": "facebook/hh-clilib", - "version": "v1.2.1", - "source": { - "type": "git", - "url": "https://github.com/hhvm/hh-clilib.git", - "reference": "12542c339972c6fd77b2037a41b8f9b53212adcf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/hh-clilib/zipball/12542c339972c6fd77b2037a41b8f9b53212adcf", - "reference": "12542c339972c6fd77b2037a41b8f9b53212adcf", - "shasum": "" - }, - "require": { - "hhvm/hsl": "^3.26", - "hhvm/type-assert": "^3.2" - }, - "require-dev": { - "facebook/fbexpect": "^2.1.0", - "hhvm/hacktest": "^0.2.0", - "hhvm/hhast": "~3.28.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "time": "2018-09-14T20:36:22+00:00" - }, - { - "name": "hhvm/hacktest", - "version": "v1.2", - "source": { - "type": "git", - "url": "https://github.com/hhvm/hacktest.git", - "reference": "d83f09283dd60a8001807654afd2de67d8a26cc3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/hacktest/zipball/d83f09283dd60a8001807654afd2de67d8a26cc3", - "reference": "d83f09283dd60a8001807654afd2de67d8a26cc3", - "shasum": "" - }, - "require": { - "facebook/hh-clilib": "^1.2.1", - "hhvm": "^3.28.0", - "hhvm/hhvm-autoload": "^1.6", - "hhvm/hsl": "^3.26", - "hhvm/type-assert": "^3.2" - }, - "require-dev": { - "facebook/fbexpect": "^2.0.0", - "hhvm/hhast": "^3.27" - }, - "bin": [ - "bin/hacktest" - ], - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The Hack Test Library", - "time": "2018-10-17T22:18:04+00:00" - }, - { - "name": "hhvm/type-assert", - "version": "v3.2.4", - "source": { - "type": "git", - "url": "https://github.com/hhvm/type-assert.git", - "reference": "27909c55ac5d75cac9e3f38f95f43afd7746a949" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hhvm/type-assert/zipball/27909c55ac5d75cac9e3f38f95f43afd7746a949", - "reference": "27909c55ac5d75cac9e3f38f95f43afd7746a949", - "shasum": "" - }, - "require": { - "hhvm": "^3.23.0", - "hhvm/hhvm-autoload": "^1.4", - "hhvm/hsl": "^1.0|^3.26.0" - }, - "require-dev": { - "facebook/fbexpect": "^2.0.0", - "hhvm/hacktest": "^1.0", - "hhvm/hhast": "^3.27" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Convert untyped data to typed data", - "keywords": [ - "TypeAssert", - "hack" - ], - "time": "2018-10-16T15:54:41+00:00" - } - ], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "hhvm": "^3.28.0" - }, - "platform-dev": [] -}